Which of the following is the formal verification method
Which of the following is the formal verification method.........1)structure induction 2)progressive verification3error verification 4)none
Which testing method is used to check the software in abnormal condition?
Which testing method is used to check the software in abnormal condition?1) stress testing2) security testing3) recovery testing4) beta testing
Recovery testing...it recovers all crashes and make it in normal state
Recovery testing
What are the drawbacks of ad-hoc testing and ways to overcome them?
Ad-hoc testing supplements structured, functional black-box testing and is not meant to stand on its own. Typically, testers are asked to use their imaginations to find defects outside their structure...
With the help of a prepared Test case we can give some input data and verifying the expected results, here we can analyze the application blindly by following the Test cases, but it’s not possible wit...
What is the difference between quality assurance and quality control?
Quality Control is for Process quality &
Quality Assurance is for Product quality.
Quality Assurance is defect prevention method and where as Quality Control is defect detection and correction method.
What is the criteria used for selecting tools
What is the criteria used for selecting tools is.....1)management aspect 2) quick fix solution3)sop gap management 4)reduction in staff level
2) Quick fix Solution
Which of the following is not a coding defect?
Which of the following is not a coding defect?1)test harness defect 2)data flow defect 3)initialisation defect 4)algorithmic defect
Test Harness and Test Driver defect is not a coding defect.Test harnesses allow for the automation of tests. They can call functions with supplied parameters and print out and compare the results to t...
Test Harness Defect
Static testing requires...?1)binaries 2)source code 3)product 4)executables
2) source code
In software development, static testing requires programmers to examine their code to find errors. Think about it... peer reviews, walk-throughs, and inspections can't take place without source code!
Static testing means it is the type of testing by seeing and feeling means without performing any actions, like checking the review codes, checking GUI, objects of application.
Boundary value analyses catches error that happens or arises at...1)end 2)beginning 3)middle 4)at boundaries
4) At boundaries
At the Boundaries
What is v-model and modified v-model? What are the challenges we face when moving from v-model to modified v-model?
V-model means, the verification and validation is going simultanesouly in software development.Modified V-model means, if you change any standard and progedures in v_model which means suppose you can ...
What are the essentials of software testing process?
In the Initial phase, Use case and Business Requirement Documents is essential. After that Test strategy and test plan in the design phase. Then finally Test case when the built is ready.
The following are essential:
1) Product
2) Time
3) Resources
Defect tracking system objectives
What is the prime objective of a defect tracking system?How is defect fix validated?
The Prime Objective of the Defect Tracking the System is to Manage & Organize the Defects/Bugs in the Test Life Cycle from Open to Close state
The prime objective of defect tracking systems is to manage the life cycles of defects from open to closure.
In recovery testing we check how well the system recovers from a major failure. The system has to recover within a specified period of time. So the tester intentioanlly induces some ...
Progressive verification
A formal method is one in which everyone involved wears a tuxedo.Only kidding.A formal method is one that is defined (either is writing or graphically) and leaves evidence that it was done (i.e. the m...