If I have written the 10 Positive test cases first and
Negative test cases 11 to 25 .I Execute +ve first & then -
ve as per test cases were written .Now if I got the next
build & if I write again +ve Test Cases 26-30 first & then -
ve 31-35 but I have to execute all test cases 1 to 35.But
here the sequence of execution is +ve,-ve,+ve & -ve .How
should I maintain the test cases .Please tell me It's
Urgent .Thanks In Advance.....Tester
Answer Posted / akhalesh yadav
hello,
According to me if you are execute your test cases in manual testing then you check expected result=actual results step by step.
if u r doing in automation testing then split your test set according +ve & -ve test cases after execute your test set.
if u have any problem than call @ 9555717928
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Hi there Just done with QTP training. I am looking out for a job. can any one share your experinces in real time job. I mean How the work flow goes and what other things do i have to learn for getting a job. please respond ASAP this is urgent for me. Regards Lina.
Explain the scalability testing?
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
write a test case for yahoo compose page?
For how many days (or) weeks you will test a product or software?
What is use case testing?
please give me different test scenario for uploading whatsapp status from gallery and camera
Could you pls give me sites where i can test card? mail me to
Elaborate test plan and content availability in test plan.
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
how to write test cases in interview exam like one website it contain a/c # text box, current bill amount text box,sms offer,calling offer,internet these 3 are list boxes and remindmelater,continue these 2 are buttons. and qu is like 1.user doesn't have any dues from past 90 days,2.whose bill amount >= rs2000 from past 6 months. use this 2qu write testcases.
Write a test case for telephone?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?