Answer Posted / raghavan
for dynamic changing text value we can use regular expression.
For expample:if build 1 the hyberlink text is< Home > and
build 2 that hyperlink text is changed to <At Home> at this
conditication using normal method object identation get fail
because of the text value varies from build to build if we
use regular expression it will pass.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
when will you do debug your script? and explain that process?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
What is clean sweep?
is it possible to add sheets to excel at runtime
How software automation specialist enter steps in the Expert View?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
When to use shared and local object repository?
Explain object spy in qtp.
hai, i completed my b.tech in 2010 with 62.3%. i having knowledge on manual testing and Qtp. i want Relavent experience in testing.watever may be d salary i dont bother..I just want to gain knowledge. i dont have good communication skills.
What the differences are and best practical application of Object Repository?
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
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);