Answer Posted / neha
Yes you can always create a test script without a test generator
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the features of quick test pro(qtp)?
give me an example where u used good judgement and logic in solving a problem
How to open a new test using quicktest professional?
Which functionalities of QTP used in banking project? pls any say answer?
Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also
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?
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?
How to add verification steps to tests?
How will you handle java tree in qtp?
How smart identification works in qtp ?
What is throw Object?
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
Where we can use the synchronization?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
in a web page How to check and display a particular word from a paragraph?