when there is a task that gets repeated in multiple scripts
what do you do in QTP?
Answers were Sorted based on User's Feedback
Answer / chaitu
Here you want to repeate the multiple scripts in Qtp, So
definately you can for Keyword Driven Frame Work
Here Generally All testscripts are converted into functions
put in separate fold , when we want that script in midle of
the main script we can call that functions like
Executefile"path of the .vbsfile"
Call FunctionName()
| Is This Answer Correct ? | 1 Yes | 0 No |
i have batch scripts in qtp and i want to update the status like pass/fail in excel sheet after excecuting the every script in batch.how to write the script for this?
suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query
What is checkpoints for qtp?
Explain about Standard output value, Text output value, database o/p value, Xml O/p value, Xm o/p Value
Hi Suppose u have complex Test scripts which u vl write first and which u vl execute first
what is recovery manager and recovey scenerio?
How we can capture the dynamic object ex:(rotating globe) in the web page with time gaph is 5 sec..
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
Explain how you can find length of array in qtp?
Apart from VB script What are the fundamental criteria to gain the knowledge to write QTP script without OR and recording ?