2
Most read
4
Most read
6
Most read
Special value testing
   It is the form of functional testing.

   Testing where Tester domain
    experience, knowledge on similar
    products/projects, intuition helps in testing
    the application successfully.
Use best engineering judgment

Domain knowledge
Experience
Soft spots
Ex 1: Assume, Y = K (op) J

- op = operator, J = Variable , K =constant

If op=* or / => Special Value= 0,1
If op=+/- => Special Value=0
Ex 2: int sort(int arr[] ,int n)

Where n=0 or arr[] is emptyset /and value=1;
Advantages:
- Soft Spots error can be identified with minimal
efforts.

Dis-advantages:
1)Domain Knowledge is required.
2)There is no Co-ordination with developers.
Special value testing

More Related Content

PPT
Boundary value analysis
PPTX
Data-Intensive Technologies for Cloud Computing
PPT
Firewall & its configurations
PPTX
Heuristics Search Techniques in AI
PDF
Transaction TCP
PDF
Internet of Things - module 1
PPTX
Publish subscribe model overview
PPTX
M2M systems layers and designs standardizations
Boundary value analysis
Data-Intensive Technologies for Cloud Computing
Firewall & its configurations
Heuristics Search Techniques in AI
Transaction TCP
Internet of Things - module 1
Publish subscribe model overview
M2M systems layers and designs standardizations

What's hot (20)

PPT
Software Quality Metrics
PPTX
Routing protocols for ad hoc wireless networks
PPTX
Broadband isdn
PDF
User Interface Design-Module 4 Windows
PPTX
PDF
15CS81- IoT Module-2
PDF
Hybrid wireless protocols
PDF
User Interface Design Module 5 screen based controls
PPTX
Transport control protocols for Wireless sensor networks
PDF
Black Box Testing
PPT
HCI Topic The Colours
PPTX
Agents in Artificial intelligence
PPTX
Multiple access protocol
PPTX
Media Access Control
PPTX
Distributed web based systems
PPTX
Dynamic storage allocation techniques in Compiler design
PPTX
IOT - Design Principles of Connected Devices
PDF
Cloud computing system models for distributed and cloud computing
PPTX
User datagram protocol (udp)
PPT
Wireless transmission
Software Quality Metrics
Routing protocols for ad hoc wireless networks
Broadband isdn
User Interface Design-Module 4 Windows
15CS81- IoT Module-2
Hybrid wireless protocols
User Interface Design Module 5 screen based controls
Transport control protocols for Wireless sensor networks
Black Box Testing
HCI Topic The Colours
Agents in Artificial intelligence
Multiple access protocol
Media Access Control
Distributed web based systems
Dynamic storage allocation techniques in Compiler design
IOT - Design Principles of Connected Devices
Cloud computing system models for distributed and cloud computing
User datagram protocol (udp)
Wireless transmission
Ad

Recently uploaded (20)

PDF
How to run a consulting project from scratch
PDF
Clouds that Assimilate the Build Parts I&II .pdf
PPT
Retail Management and Retail Markets and Concepts
PDF
Consumer Behavior in the Digital Age (www.kiu.ac.ug)
PDF
Handouts for Housekeeping.pdfhsjsnvvbdjsnwb
PPTX
IITM - FINAL Option - 01 - 12.08.25.pptx
PPTX
IMM.pptx marketing communication givguhfh thfyu
PDF
Tortilla Mexican Grill 发射点犯得上发射点发生发射点犯得上发生
PDF
dataZense for Data Analytics unleashed features
PDF
Diversity and Inclusion Initiatives in Corporate Settings (www.kiu.ac.ug)
PDF
The Future of Marketing: AI, Funnels & MBA Careers | My Annual IIM Lucknow Talk
DOCX
ola and uber project work (Recovered).docx
PDF
income tax laws notes important pakistan
PDF
Handouts for Housekeeping.pdfbababvsvvNnnh
DOCX
80 DE ÔN VÀO 10 NĂM 2023vhkkkjjhhhhjjjj
PDF
Pink Cute Simple Group Project Presentation.pdf
PDF
IFRS Green Book_Part B for professional pdf
PPTX
Week2: Market and Marketing Aspect of Feasibility Study.pptx
PDF
Engaging Stakeholders in Policy Discussions: A Legal Framework (www.kiu.ac.ug)
PPTX
chapter 2 entrepreneurship full lecture ppt
How to run a consulting project from scratch
Clouds that Assimilate the Build Parts I&II .pdf
Retail Management and Retail Markets and Concepts
Consumer Behavior in the Digital Age (www.kiu.ac.ug)
Handouts for Housekeeping.pdfhsjsnvvbdjsnwb
IITM - FINAL Option - 01 - 12.08.25.pptx
IMM.pptx marketing communication givguhfh thfyu
Tortilla Mexican Grill 发射点犯得上发射点发生发射点犯得上发生
dataZense for Data Analytics unleashed features
Diversity and Inclusion Initiatives in Corporate Settings (www.kiu.ac.ug)
The Future of Marketing: AI, Funnels & MBA Careers | My Annual IIM Lucknow Talk
ola and uber project work (Recovered).docx
income tax laws notes important pakistan
Handouts for Housekeeping.pdfbababvsvvNnnh
80 DE ÔN VÀO 10 NĂM 2023vhkkkjjhhhhjjjj
Pink Cute Simple Group Project Presentation.pdf
IFRS Green Book_Part B for professional pdf
Week2: Market and Marketing Aspect of Feasibility Study.pptx
Engaging Stakeholders in Policy Discussions: A Legal Framework (www.kiu.ac.ug)
chapter 2 entrepreneurship full lecture ppt
Ad

Special value testing

  • 2. It is the form of functional testing.  Testing where Tester domain experience, knowledge on similar products/projects, intuition helps in testing the application successfully.
  • 3. Use best engineering judgment Domain knowledge Experience Soft spots
  • 4. Ex 1: Assume, Y = K (op) J - op = operator, J = Variable , K =constant If op=* or / => Special Value= 0,1 If op=+/- => Special Value=0
  • 5. Ex 2: int sort(int arr[] ,int n) Where n=0 or arr[] is emptyset /and value=1;
  • 6. Advantages: - Soft Spots error can be identified with minimal efforts. Dis-advantages: 1)Domain Knowledge is required. 2)There is no Co-ordination with developers.