In key word driven framework,we will rename the logical
names of objects,why?
Answer Posted / guest
Hi RagaSudha
What Basha said is exactly correct
If the script is opened and u modify the logical name of
the object automatically it will reflect in the script at
all instanses
and second point is also true to add to it, for naming
convention standards we generally modify the names
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
How to replay a script in qtp?
How to find the path of folder in which the test is saved in qtp?
What is standalone database?
What is the difference between Keyword Driven test and Data Driven test?
What is the keyword view and expert view in qtp?
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
Can we record using all the modes in a single script? Explanation with example is appreciated
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
explain structured testing? plz guys with exp. do answer
How to find the length of the string in qtp?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
How to use the object spy in quicktest professional (qtp) 8.0 version?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.