If there are 10 steps for a test case. and for this test
case there are 6 expected results. should I write 6 exp.
results in the Expected Result column for a single tes case
Answers were Sorted based on User's Feedback
Answer / sneha
Hi,
Yes u have to write all the 6 expected results under the
same or single test case.no need to write it separately.(I
mean for all the six expects results no need to write the
Test condition,input values again and again.)u can cover it
under a single test condition...
correct me if i am wrong..
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / anand
You have to write only one test case, under thus you have
to write all the expected results.
| Is This Answer Correct ? | 0 Yes | 0 No |
My question is that If 10 test steps then
For 2nd step One Expected result
For 4th step Second Expected result
For 6th step Third Expected result
For 7th step Fourth Expected result
For 9th step Fifth Expected result
For 10th step Sixth Expected result
Then May I have to create 6 test cases as
Step1 One Expected result
Step2
Repeat Step 1,2 Second Expected result
Step3
Step4
If I write 10 steps in one test case
then how other testers will come to know that 1st expected
result will occure after step 2,4,6,7,9 & 10
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / hemasubu
Hi,
yes u should write 6 expected result.
for each step u should write expected result.
EX:
Test case: sucessful Login
Step1:user is in login page (Expected result)User should be
in the login page
Step2: enter the id 'asdf@yahoo.com' in id textbox.
(Expected result)'asdf@yahoo.com'should display in the id
textbox.
Step3:enter the password'pass'in the password textbox.
(Expected result)'xxxx' should display in the password
textbox
Step4:click the sign in button (Expected result)user should
be in homepage
| Is This Answer Correct ? | 0 Yes | 0 No |
Write the 3 TestCases to prove tht it is a softdrinkbottle or not.
Analyze the following highly simplified procedure: Ask: "What type of ticket do you require, single or return?" IF the customer wants ‘return’ Ask: "What rate, Standard or Cheap-day?" IF the customer replies ‘Cheap-day’ Say: "That will be £11:20" ELSE Say: "That will be £19:50" ENDIF ELSE Say: "That will be £9:75" ENDIF Now decide the minimum number of tests that are needed to ensure that all the questions have been asked, all combinations have occurred and all replies given. A. 3 B. 4 C. 5 D. 6
What is the state testing?
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
write test cases for this senario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
Sample test cases for data conversion(Utility billing system)
ATM application ( scenarios ): Analysis and testcases
Writing Test cases based on the understanding of the UX document
what are the possible test cases for sending an sms from mobile
Write test cases to test a browser app
Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu
Disc = 0 Order-qty = 0 Read Order-qty If Order-qty >=20 then Disc = 0.05 If Order-qty >=100 then Disc =0.1 End if End if A. Statement coverage is 4 B. Statement coverage is 1 C. Statement coverage is 3 D. Statement Coverage is 2