How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
What is meant by Output Value in UFT?
How many actions we can create with in a test?
somebody please say me why we go for using regular expressions,actions.what is the main and exact use of this in real time applications.real time testers pls answer my question with example if u can
1) after inserting the check point how to change the expected value that was captured while inserting the check point
what is QTP batch testing tool?
hi, for QTP TRAINING......SURESH REDDY SMART SOLUTIONS sr.nagar IS BEST OR NOT? how faculty teaches?
what is the difference between Table checkpoint and Database checkpoint in QTP
1. Can anyone help me with recovery scenarios, each type with examples and also what is on error resume next?
How the exception handling can be done using quicktest professional?
why can't you use excel directly in qtp. why we want to import excel data into Datatable.
I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. How should i make it?
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