It seems Interview questions from Ordain Solutions are
almost BASIC LEVEL-Easy.
I am asking one tough question..(I think.. May be easy for
some people)
In recorded script the - WebLink("cityinfo")
In reality, the WebLink name is "generalinfo"
How you can write function to click that changed web link.
NOTE: This functin should work with any Dynamic text link.
I will post the answer later.
Answer Posted / naren
1. First get the Name of the weblink using getROProperty
during run time and store the value into a variable.
2. Compare the weblink name with the value stored in the
variable using IF condition
3. If true pass the variable value to weblink using
setToProperty and click the weblink
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
hi nani my doubt is how does qtp process metrix related to software process.
Explain how you can replace string in qtp?
How to test background color and dynamic images during run time can you put the check point for moving objects?
Difference between action & Reusable action?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
is there any addin for remedy user application
what is actually contain test report? can anybody post the test report
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
How does qtp identify the object in the application?
what are the challenges you have faced while testing web based application using the automation tools ?
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
What is the quicktest professional testing process?
How to analyzing the checpoint results?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..