Latest Answer: The important thing is Test case id should be unique and test case description should be clear and it should describe whole process of the test case ...
Latest Answer: Path coverage testing is arguably the most thorough type of testing that seeks to test the critical paths of software code in an application. These major paths of code may have several decision points or "if" statements which branch off ...
Latest Answer: Random testing: A black box test design technique where test cases are
selected, possibly using a pseudo-random generation algorithm, to match an
operational profile. This technique can be used for testing non-functional
attributes such as reliability ...
Latest Answer: Synchronisation point is used to make the execution wait until certain property of an object is set, whereas wait makes the execution stop for certain period of time regardless of the status of the object. ...
Latest Answer: BOUNDARY VALUE ANALYSIS: It is a black box testing technique which is used to reduce the no.of test cases or test data to a manageble size by focusing on the boundaries basing on the assumption that false do occur mostly at the boundariesEQUIVALENCE PARTITION: ...
Latest Answer: Test case is a set test inputs,execution conditions,expected result...etc developed for particular objective(For testing of particular product)...whereastest Scenario is set of all test cases or scripts and sequences in which they are to be fallowed. ...
Latest Answer: It is widely used model. Here writing test plan’s and test cases starts at the initial phase i.e. during designing phase of SDLC and the test cases execution is done after coding.Requirement  ------------ Acceptance testing                                           /Specificatiion ...
Latest Answer: Both the tests are done to gather feedback from customers(Real/Model).Alpha Testing - testing done to gather feedback from real customers with the participation of developers.Done on software applications.Beta Testing - testing done to gather feedback ...
Latest Answer: It takes commands from user and executes them. It is an interface between user and kernel. Here we will write a set of scripts and impact it on the application to test it. ...
What is the difference between Smoke Testing and Adhoc Testing and if you are doing Smoke Testing then why Adhoc Testing?
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top