How will you handle the situation when object is not
captured during record?
Answers were Sorted based on User's Feedback
Answer / chandini
Try this
When the object is not captured in object repository,
capture the object using object and spy and write the
script using Descripting programming.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sreeprasad
While recording the object is not recognised--go for low
level recording.
virtual object vizard too right. But, if u find object not
recognised by tool before start generating script.
| Is This Answer Correct ? | 1 Yes | 0 No |
How to export quicktest professional (qtp) results to an .xls file?
How will u test content of an web application with out using chechpoints in QTP 9.2?
I want to clear the webedit field without using set"" in qtp script
How u call functions in QTP
What are the limitations in using Virtual objects?
how many types of actions r there? what r they? explain? pls give any one answer?
Explain the concept of how QTP identifies object.
To count the no of links present in the yahoo home page i have written the script like this Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile ("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo! India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing While running the script it showing error that object "yahoo"isnot found in the object repository. Is there any setting before running the script? if yes what is the steps for it.Im using QTP9.0
HI. AnyBody can explain Automation Testing Framework...Generally wht do we Intiate before going to start Automation testing process... Anybody can explain.......Thanks in advacne...
is qtp 9.2 create the scripts with the application run on mozilla firefox browser?
How to convert QTP's ObjectRepository.mdb file to xml file
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.