How to identify whether a web page exists or not without
using Browser(" ").Page(" ").Exist?
Answer Posted / aiswaryan elangovan
.Sync is a function will wait for sometime for the page to be loaded. If the page does not exist/loaded then it will fail the execution.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What are the key elements available in test result window?
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?
How can I change object description or check point values in qtp?
write a script to verify the image path(src property) of the images which are in web pages.
when will you do debug your script? and explain that process?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
Explain how qtp identifies object?
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
Is it possible to merge two object repository files in qtp?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
Explain how Does Run time data (Parameterization) is handled in QTP?
What are main panes available in qtp test browser?
How many ways is to parameterize the value?
HOw to add the recovery file at runtime to the test file .