In key word driven framework,we will rename the logical
names of objects,why?
Answers were Sorted based on User's Feedback
Answer / basha
1) If we change the logical name of any object in OR (in
case , if the "name" property vale is changed in the
application) the change will be automatically replicated in
the associated script. next time onwards when we try to run
the same script , qtp will not craeate any prob.
2) If the logical name of any object is not understandable
clearly to the test script developer , and if the name is
so lengthy , in such situations also we change the logical
name of the object.
Pls correct me if i am wrong. this answer is my assumption .
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ragasudha
Basha, your 1st point is wrong.
Scripts are not automatically updated, when the "name"
property value changes.
Your 2nd point correct.
Also whateever logical name is provided in OR, same should
be mentioned in Datasheet.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
what is vss and cvs what is main difference b/w these two
How u execute test cases in manual testing?
how to test use the quality control .how to verify the image verification
How to identify 2 versions of browsers based on regular expression
What is test object?
what are the files created after executing QTP script file, please specify the file names with extensions
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
What are the advantages of Automation objects than Test Objects?
What are the problems / difficulties faced when you used Smart Identification ?
Can anybody give the script to addsheet, add column,add values under that column in the rows?
How many types of recording modes in qtp? Which will be used when?
is it possible to check the text displayed in the tool tip using QTP? if so, how?