What is the differnce between action & script
Answers were Sorted based on User's Feedback
Answer / saheer.shaik
A sequence of related statements are called "Action".
But a script will contain more than one Action
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / kiran
I think with an Action we can associate a Object Repository.
But a script is a general VB script with which we can't
associate a Object Repository.
| Is This Answer Correct ? | 2 Yes | 3 No |
MANUAL TESTING, AUTOMATION TESTING QTP,QC , Load Runner , SELNEIUM ONLINE TRAINING
Today only i joined in this site. Can u please tell me definition of parameterization. and how i can do the parameterization?
What is checking bitmaps?
what is TOM in qtp?
Difference between test object and run time object?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, and also tell me the best institute and the estimate cost for joining the institute ib delhi NCR. Hence, if possible, kinldy mail PDF file to my mail-ID: kumar123.pathak@gmail.com , Regards, kumar pathak
What is difference between Quality centre and Test Director?
get the order no from the following orderdetails orderstring="ORD13456PNR" eg:13456
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
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
pls tell me different type of automation frame works in QTP and which one need to select in client server application
How can i check all the button that are enabled in a widnows based application ? What script should i write for this ?