If U have Test Cases already prepared and u have to just
excute those test cases in a very short time then how will
U decide which test cases has to be excuted first. Is there
any technique ?
Answer Posted / shahbaz alam
all u need to do is to create different equivalence classes
of test cases. In each Equivalenec class there will be some
test-cases . Use only one test case of each equivalence
class and your job is done BECAUSE ALL THE TEST CASES OF ONE
CLASS WILL HAVE SIMILAR IMPACT ON THE GIVEN CODE.
EG:-
EQUIVALENCE CLASS 1 { tet 1, test 2, test 3, test 4}
EQUIVALENCE CLASS 2 { TET 5, TEST 6, TEST 7}
PERFORM ONLY ONE TEST OF CLASS 1 AND THEN ONE TEST OF CLASS 2.
SAY- TEST 2 AND TEST 5..
THANX....
@ SHAHBAZ
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the difference between web based application and client server application?
write test case for gmail sign up page ?
What is coverage and what are the different types of coverage techniques?
write the test senario on opening door in the flow diagram format
how will you test transfer funds module...explain in detail
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.
What is software configuration management?
what types of testing you performed in transfer funds module....
Have u ever done testing related to a database,give examples to support u r answer.
in transfer funds module, how you come to know that amount has been transferred successfully or not....explain in detail
what is the cheklist to check SRS document (after releasing) as a test ingineer and how can we check
Is compatabilitytestig and port testing are same
in the account there is 10,000 rupees and i entered 20000, in this case how will you test the application
Negative test cases for phone camera
what is the difference between Risk based and Requirement based testing???