Answer Posted / divya
This is to answer Deeps question:
You can insert an if condition which checks if the second
only if it is there using the Exist command or else selects
the first and only option.
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
How do you delete unwanted results in qtp?
What is reusable action?
How many types of recording modes in qtp? Which will be used when?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
Does quicktest professional is unicode compatible?
How to release all resources file from the QTP?
What is the keyword view and expert view in qtp?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
Generic function to search for the unique link in webtable and click on it
What are the disadvantages of recording test cases in qtp?
What are the technologies supported by qtp?
What is active screen?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?