What is runtime objects and test objects? What is the
difference between them?
Answer Posted / naren
TEST OBJECT:A test object is an object that QuickTest
creates in the test to represent the actual object in the
application.QTP stores information about the object that
will help to identify and check the object during the test
run.
RUNTIME OBJECT:Is an actual object in the application on
which methods are performed during the test run.
| Is This Answer Correct ? | 36 Yes | 10 No |
Post New Answer View All Answers
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
How to replay a script in qtp?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
How can you write the scripts that operate on different objects depending on run-time information?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
What is output value? How many types of output values are there in qtp?
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
what is run-time data?
How many types of trigger events are there in qtp?
Can we use index on view?
How do Parameterization and Data-Driving relate to each other in QTP?
What are the types of object repositories? Which one is you are using?