IF THE GUI OF APPLICATION IS CHANGED THEN IS THERE ANY
NECISSITY TO CHANGE OR UPDATE OUR TEST SCRIPTS
Answer Posted / sudha sharma
Yes, we need to update the physical discription of the
changed objects as well as updation of active screens is
also required. In QTP this can be done by using Update Run
Mode.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to check bitmap output value?
Is it possible to use two instances of UFT on the same machine? If not why?
What is environment variable in qtp and why to use it?
what are the challenges you have faced while testing web based application using the automation tools ?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
Can you list some technologies that support qtp?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
What is the descriptive programming?
What is expert view and keyword view?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
How to call a test from another test?
Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.
What are the methods used in UFT to handle exceptions or run-time errors?
What is the use of running the scripts in Hidden-mode in UFT?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?