From where should we start writing the test cases. Say
suppose we have a pageA with few check boxes, radio
buttons, links, some text in it and a link on pageA takes
us to another pageB. Then from where should we start
writing the test cases?Also suppose we have 10 links in a
page should we write separate test cases for each link?
Answers were Sorted based on User's Feedback
Answer / murthy
We can start writing the test cases based on our
requirements which mean from initial req to last one. So
that we cant missout any test case. In a single flow (one
test case) itself we need to cover all the page related
checkings also.
If there is any requirement to cover all links then we can
write it in a singlw test case itself.
| Is This Answer Correct ? | 2 Yes | 0 No |
If the pageA is the first page of the application then
that will be the beginning of the test cases. If the page
has 10 links, in the initial test case we need to mention
that all the links are present. later on we have to write
test case for each link.
| Is This Answer Correct ? | 1 Yes | 1 No |
How do you determine user soad for a perf test of a Web application?
what is difference between severity and priority? what is difference between bug and defect?
23 Answers AD Solutions, Cognizant,
what is mean by service level testing? what will come under this?
What are noise variables?
On what basis is the Acceptance plan prepared?
What is the difference bitween cookies and sessions/
how mapp the defect id in quality center?
How GUI testing will be done in manual testing for a website?
what is testing techniques,testing methodology,test packs,how are they differentiated?
What is Inter-System Testing? Please answer me frnz!!!
What is the difference between Developer and programmer?
Client want to execute 1500 test cases and delivery within three days? But i have 5 resources? How its possible?