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 |
How to work with multiple browsers when opened in the window, write the script for it
How to handle the exceptions using recovery scenario manager In QTP?
The xls contain data. how to get number of columns form the sheet?
Hi I am new to QTP. can u please answer to my qus... 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 ... please please
How to identify 2 versions of browsers based on regular expression
Please explain the role of Regular expression in QTP
What’s the basic concept of QTP?
Explain xml checkpoints.
What is the extension of qtp local repository?
hi testers,one script has three actions , at the of running three actions are running , how to set run only perticular action and what is the use of split the action? when it will be useful?
When i used this below script to insert value in the Datatable... At run time it was inserting the given value in the specified column, But after execution all those inserted values were cleared automatically... datatable("column name",sheetid)=value
What are the different ways to invoke an application using QTP?