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 |
Define Non-functional testing?
Hi this is sridhar,iam working in a small organization and i have 1 year exp in manual testing,which type of questions will ask if i keep 1+exp in other companies.pls send your valuable suggestions for me.And my e-mail id is sridharraghava@gmail.com ne
Can anyone give me the example of 1. High severity & low Priority bug 2. Low Severity and High Priority bug 3. High Severity and High priority bug
How to check security of any browsers???
what is Softwar Audit?
What is acceptance testing?
How many times u involved in reviewing testcases
What is review checklist?
What is the diff betwn Functional nad regression testing and do u excute same test case or write new one for regression
How to test cookies in Manual testing and how to disable cookies?
give on example of regression testing, u did in yuor projec?
How do you test calculator?