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 |
What type of metrics we prepare in testing?
what are different types of test cases?.
29 Answers CTS, Free Systems, Softdel, Vtiger, Wipro, Yosa Technology, Zylog,
Entry and Exit Ceiteria for System Testing?
when developer will found bug they will store that bug in Dts 1- yes 2 - sometimes 3 - No 4 - none of these
what is pareto analysis?
difference between test coverage and test tracability matrix?
what is Beta testing??
how can we connect database in manual testing? pls answer for this
How can we change session time ?In JAVA application
how do u aanalyse test cases for pen, water bottle,fan....etc? give me brief idea how to start and how to divide functionality of an object? or how can we write test cases , if req's r not given?
Explain Test Plan with example? Explain following in the test plan with examples What is being tested? What are pass/fail criteria? When will each test occur? What Hardware & Software environment is required? What features must be tested? What features will not be tested? What are the responsibilities of individuals & organisation in the project?
How you can decide the number of testcases are enough for testing the given module?