What is the extension of qtp local repository?
No Answer is Posted For this Question
Be the First to Post Answer
What is QTP testing process?
What is the difference between run time object and test object in QTP?
Which scripting language QTP is using?
Where the text version of script file located in file system?
suppose i give valid user id and password to open an web base application on qtp.how qtp will know itis a valid user id and password
HOW TO COUNT NUMBER OF ITEMS PRESENT IN WEB LIST
Suppose i have some records in database now i want to use first 1000 records for one test and next 1000 to 2000 records for another test how can we do this just for ex oracle database pls tell me
In Keyword driven frame work you have write 30 test case for one scenario,in which 10 test cases are failed while executing.client asked you to execute only the failed test cases. HOw can you execute only failed test cases
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
how to click the link in webpage by using QTP Script????????
What is Object Spy in QTP?
Please let know the scripts for counting number of repeated letters in the word. Note repeated letter should not be count agian. Ex: If "Hello" is my word... l is coming twice.. it should count once and print... secong 'l' should not count again..