How many test scripts are prapare in ur project(HeathCare
Insurance).
Answer / ramm
we cant say the exact no.because of the scripts are depends on the functionality.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write VB script to test given number is Prime Number
what is batch run ?
How does qtp identify the object in the application?
What does ".mst" stands for? (abc.mst)
dar Sir I am Facing th eProblem in QTP thet ,when I start thrcording inthe QTP for the ASP front end and C# the Coding Language I fing that recording is Done well for the Login screen but at the Time Running the script the QTP is Unable to Identify the Objects On the Objec Onht eLigin screen .Please answer the Question in Description and the Propables reason I might be facing alsp the Popable solution I have to Take thanks and ragards
What are the Features & Benefits of Quick Test Pro (QTP 8.0)?
What is the current version of QTP?
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 the difference between browser sync and page sync in QTP?
can u give one scenario for for PopWindow Exception & write Code for that?
How to enter table check points?
What is the use of sendkeys.In which cases we Use this sendkey.Pls explain with example.