Explain different types of action in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
How to use checkpoints in qtp ?
what are the design objects in qtp
How to do excception handling ( error handling ) in QTP
6 Answers Institute for Medical Education,
describe some problem that u had with automation testing tool?
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
What are advantages of test automation?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
what is standalone database
In the QTP the snap shots obtained during the recording time will appear in the active screen, if we have to use the snapshots from where we have to access. in which memory location of QTP they will be stored?
Output values? i want a practical example
what are the challenges do we face while testing webbased applcations using the automation tool QTP or any?
When do go for loop condition in test?