For an application we automated QTP scripts. At the same
time new requirement comes for a new module for the same
application and its already developed. So how we automated
now
this new module with the old application(using old QTP
script).
Answers were Sorted based on User's Feedback
Answer / tanuj
Please experience person answer it . who r working in qtp in
the software company.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / nitin sharma
First u have to clear the question.As per my understanding
if a new module is added in the application then do Basic
Recording -> then parameterisation -> check points -> Dry
run -> script handover.
| Is This Answer Correct ? | 1 Yes | 4 No |
what is the script to select 2 or more than 2 options from a listbox.
i don't have any experience in qtp? Can u please tell me What work i have to do?
what is Synchronization point in QTP?Can anybody give a perfect example on it Thanks in advance
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
what is stlc and its contents?
Could you please suggest a book to start with QTP and also a book for advanced concepts?
I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?
Hi..friends can anybody write the script for this question... Am having some 20 nos of links in a web application, i want to click some 5,13 & 17th links. So please....can anybody give the answer....??? -->Hani<--
What is the limitation to XML Checkpoints?
can we do load testing , by using QTP......?
What is smart identification in QTP?
Where u will use output checkpoint in QTP?