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 |
I have application it is one digital clock with all minutes and seconds. you have to identify the time to verify weather the time displayed is correct time or not? How do you automate this scenario?
If our application contain one image while executing script application failed to show that image but you have to check that image by importing dynamically from other location... Can we use Check Points here on dynamically imported image?
any challange that faced in your project? (please give me some examples in your project?
WHAT IS PARAMITARIZATION?
Write VB script to test given number is Prime Number
Is there a function to find the number of occurrences of sub strings within a string?
Hi Frriends... I have one Query please give the apropriate ans. when we r working with web based application , the user loggedin page name is changed respect to the username ( Take a exp. Yahoomail.com) .When we use Datadriven test to this scenario ,each time the loggedin page name is changed ...then the script is fail.. at that time wat can do... please give the apropriate ans. Thanx in advance..
assume i have few url link how will i dynamically call then using descriptive programming?
Set DR= CreateObject("Mercury.DeviceReplay")
Output values? i want a practical example
what is the defference between calling ation and called action?
what is run-time object in qtp? explain with example?