What scripting language is QTP of?
what is defination of system testing?
3 Answers CodeArrow, Infosys, Omax,
What is the basic concept of quicktest professional?
HI, Based On The Information Below Write A Data Driven test Script Edit Box 1 Should take Value From Num1 Column Edit Box 2 Should take Value From Num2 Column Click On Add Button, Get The Value Of Exp res Column, Get Value From Actual Result Edit Box , Compare Two Values, Write Pass / Fail Value Into Result Column Thanks In Advance... Kavitha Input.Xls Num1 Num2 Exp res Act res Result 10 30 40 40 Pass 50 40 90 90.5 - - - - - - - - - - - - - - - -
How you r using QTP in u r project
1 Answers IBM, Lehman Brothers,
when will you do debug your script? and explain that process?
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
Explain about Standard output value, Text output value, database o/p value, Xml O/p value, Xm o/p Value
what is difference between analog and low level recording
What is Object Spy in QTP?
What is User defined function in QTP
I used Child objects to get the count of the no of weblist present in the page.now i need to select the item in the weblist..Please send me full code
Is it possible to call from one action to another action in qtp?