How can you identify the browser and its information using the qtp script?
Answer / Saurabh Kumar Srivastava
You can use the BrowserWindow.GetTitle() method in QTP to get the name or title of the current browser window. Other methods like BrowserWindow.GetURL() can be used to get the URL of the current page.
| Is This Answer Correct ? | 0 Yes | 0 No |
How will you check a web application for broken links using qtp?
what is framework and types of framework? Need of framework in automation? write folder strucuture of framework.
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
how do u get lib files into scripting files?
what is use of the object repository?
we have one text box and one list box(list box appear in same page or another page) what ever the text enter in text box that must be displyed in list box as first one. for example if we enter 10 in text box that is the 1st item in list box . after that we enter 11 then 11 is the 1st item and 10 is 2nd item. the maximum limit of list box is 10 items. if we enter 11th item the 10th item is deleted and llth one is add as 1st one and 9th one goes to 10th position part2:maore than the answer for this question i want the the reason why testers go for this kind of risk.what is the use of we testers having these kind of attempts.is that not the problem with the developer .pls answer .real time users of tools.in which way these solutions help to test with r without affecting the developed souce code.
To which environments does a QTP support?
How to run a test using quicktest professional (qtp)?
More details about keyword driven technique in QTP
Explain the check points in QTP?
In QTP while testing 3 tier application, It is Java Based Application developed using Java, servelets and JDBC etc... and It is a Web based Application.. which Add-In do we need to select while testing ...Java or Web Add-In
How to get data from excel sheet to the script? write the script.