How to use Regular Expressions in QTP? give an example.
Answer Posted / rt
Thanks for u r giving information..
| Is This Answer Correct ? | 4 Yes | 12 No |
Post New Answer View All Answers
What is parameter in qtp?
What is the parameterization? Give one example?
Suppose I want fail that check point? How can you do that?
Explain the types of properties that quick test learns while recording?
Write a QTP script to enter a keyword in to Google search engine?
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?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
Explain the concept of object repository and how quicktest professional recognises objects?
How can we conduct U-I Testing by using QTP??????
What is expert view and keyword view?
Have you faced any problems with object repository?
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
What are the features of quick test pro(qtp)?
i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer