Answer Posted / rafi
in a web page using standard checpoint u can place a table
check point
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you close the second opened browser?
What is the Command used to start the QTP
How to build scripts that access data from external sources?
What are the advantages of qtp?
Can we record using all the modes in a single script? Explanation with example is appreciated
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
Explain measuring transaction.
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
Differentiate the type of test cases which can be automated and which cannot be automated?
How to remove associated function library?
What are the disadvantages of recording test cases in qtp?