How to write test condition for testing a URL??
Answers were Sorted based on User's Feedback
Answer / relq-ite
Actually there will separate requirement for Link testing.
If Client requires each and every link should comply with
the design then the major link testing scope will be
1. To check whether the Link Id is identical among the the
different pages
2. Even though if particular link takes you to appropriate
destination, if its link Id is not as per required then its
a Link defect.
3.There will be common links appears among the all pages,
usually what happens is, the link that works in particular
page may not work in other page or it may take you to wrong
destination.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / rani
if we take the mouse cursour on to URL link cursor should
change to hand symbol ,and athe color of the text should
change, if u click on the URL concern pagelink should be open.
these are the test cases i feel.
Please make me correct if they are wrong.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / prabu
The test condition specifies a brief description abt what
ur testing.Normally the test conditons will be written in
If...Then format. All companies will not follow to write
test conditions. They start with testcases once they got
Requiremets.
Syntax:If....... Then......
eg: when testing login page
condition Expected Result
1. If valid user name and password entered and click OK.
Then Inbox opens
2. If username is enterd with special charcters Then a
popup msg will be displayed.
.........................
| Is This Answer Correct ? | 8 Yes | 12 No |
When will we start the regression testing and how(means the process or steps which follows)?
What is difference between Regression and Restesting?
what is the difference test bed and test environment?
Write the test cases for 2-way electric switch system. Write for GUI, functionality as well as stress testing
How to perform Gui testing ?
What is Hands-Off Testing?
what is selection procedure in AMDOC for software testing , if anybody attended the interview pls tell what the portions i should cover. pls help me friends
What does the test strategy document contain.
difference between internet exploral and netscape navigator?
Generally which testing methodology we follow in software organizations. thanx in adv
Just now i got a bug in the application.Anyone of u can clarify me is it a bug or not. scenario is: 1. if we a check box more than one. 2. click TAB and keep the focus on any check box not on the last check box 3. Then click (space+tab) at a time 4. then check the changes if we click anywhere the previous check box is going to be checked and the application is going to be hanged........... please answer to this question.If i have reported this to my developers they are telling that this is a browser property please confirm this scenario at ur developers and answer to me please .thanks in advance........ (glamorous)
what is Entrance and Exit criteria ?