We stored into the objects OR and then write the scripting
No Answer is Posted For this Question
Be the First to Post Answer
What exactly is the difference among all the three recording modes.
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
What is Object Spy in QTP?
WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?
We have an action attached with the library file in QTP. When I will click on run button,which file is going to be executed first a)Action b)Library
I want to test advanced Java applications what kind of add- ins I have to install?
hi, i was adding the two numbers in qtp scripts but i didn't get the answer. see my below script, i dont know wht is the problem. i passed the value a=3 b= 2, i got the ans 32 instead of 5. i thing the problem is to be c = a+b my mail id karthis4u@gmail.com Dim a, b, c a = inputbox("enter the a ") b = inputbox("enter the b ") c = a + b print c
What are different types of frame works ?
Idid my qtp course in 2007 june in mind Q i for got to use this tool ,i want to mention in my resume about this ,how can i rectify this ,pls give me any idea .
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 is optional step in qtp? How you can add optional step in qtp?
HOW TO DO THE BATCH TESTING USING QTP?