How to write test condition for testing a URL??

Answers were Sorted based on User's Feedback



How to write test condition for testing a URL??..

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

How to write test condition for testing a URL??..

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

How to write test condition for testing a URL??..

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

Post New Answer

More Manual Testing Interview Questions

What is the difference between unit testing and functionality testing ?

9 Answers   CSS, CTS,


what is meant by test strategy?

2 Answers  


what is application server, Database server and test server

0 Answers  


In Quality Center, If we can reuse a non reusable test script as template test, then what is the need of defining reusable test scripts? What additional functionality does Reusable test scripts add when compared to non reusable test scripts?

0 Answers  


Please tell me difference btn Version & Reversion . Is there any difference btn them or both have same meaning.

3 Answers   Wipro,






What is the Difference between Client Server and a web Application?

9 Answers   CTS, PRDC,


What are the Blackbox Testing Techniques?

7 Answers   GE,


What is STLC?

5 Answers  


Suppose that your're running tests on the windows calculator and find that 1+1=2,2+2=5,3+3=6,4+4=9,5+5=10 and 6+6=13. Write a bug title and Bug Description that effectively describes this problem?

9 Answers   FCG,


What is the diff betwn Functional nad regression testing and do u excute same test case or write new one for regression

9 Answers   Patni, TCS,


Can u tell me about the difference between Window based Application and Web Application?

2 Answers  


Which Tests the whole system rather than software? a.)Blackbox testing b.)Whitebox testing c.)Stress testing d.)Mutual testing

4 Answers   Amdocs,


Categories