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



If there are 10 steps for a test case. and for this test case there are 6 expected results. should..

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

If there are 10 steps for a test case. and for this test case there are 6 expected results. should..

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

If there are 10 steps for a test case. and for this test case there are 6 expected results. should..

Answer / guest

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

If there are 10 steps for a test case. and for this test case there are 6 expected results. should..

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

Post New Answer

More Test Cases Interview Questions

What are the test cases to write to test user account locksout after 5 invalid attempts

2 Answers  


Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.

0 Answers  


how do you write the test cases?

4 Answers   Satyam,


hoe to write test cases for the below field --------------- --------------- browse upload

7 Answers  


What is gray box testing?

0 Answers  






Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?

0 Answers   Nike,


Why does the boundary value analysis provide good test cases?

0 Answers  


Explain the dynamic testing?

0 Answers  


how to write a jwebunit testcase for ejb3.0 project

0 Answers   Wipro,


HOW TO WRITE TESTCASES ON PENDRIVE

8 Answers   Amazon,


What is mean by Equal Partitioning

4 Answers   Infosys,


Write a test scenario for a project which is developed in a VB then after wards it is converted in Java and there is no documentation available.

2 Answers  


Categories