how do check the links in a webpage ?
Answer Posted / sri satya
Hi
You can check links in aweb page by using the following
script:
if Browser(title:=BrowserName).Page(title:=TitleName).Link
(name:=LinkName).Exist then
msgbox "pass"
else
msgbox "fail"
end if
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
how can i call function (which has link with excell sheet at a remote location) within another function
Output values? i want a practical example
Please guide me release notes of Automation once scripts are completed
what is output value in QTP and how it can be used in automation testing
How many types of recording modes in qtp?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
How can you identify the browser and its information using the qtp script?
Explain the difference between check point and output value?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
Hi All, I need code for how to execute qtp scripts from excell sheet
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
Explain the difference between call to action and copy action?
How to use parameterization in qtp?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?