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
Answer Posted / 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 View All Answers
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
What is quick test professional and what test environment it supports?
can one defect be mapped to more than one test script in manual testing
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.
Explain the system testing?
Why does the boundary value analysis provide good test cases?
write test cases on file open dialog box in notepad
In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output
Input:
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?
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
write test case for pen cap if it is not present?
What is test environment? Elaborate with example.
How to write email id in world wide web
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.