waht is the difference between QTP 8.2 and 9.0 version
Answer Posted / bindu
hi,
give me the exact difference between 8.2 and 9.0
versions in qtp please.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Hi, how can we check or avoid the memory leakage in QTP9.2?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
What is synchronization? What are the ways you can synchronize?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
Explain QTP using different development techniques ?
what is keyword driven testing in qtp?n how is it useful?
wht type of User defined functions or Java Releated functions do we write in VB scripting
What are the common defects found in your project? (in qtp interview)
What is TOM in QTP?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
How to export quicktest professional (qtp) results to an .xls file?
What are output values and why they are used ?
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?