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



when there is a task that gets repeated in multiple scripts what do you do in QTP?..

Answer / radhika

use it as reusable actions

Is This Answer Correct ?    2 Yes 0 No

when there is a task that gets repeated in multiple scripts what do you do in QTP?..

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

Post New Answer

More QTP Interview Questions

I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm? I used the add fn also..

3 Answers   BirlaSoft,


What is Performance testing?

2 Answers   Crea,


Write a script to delete the a specific row (say 3rd) in a webtable.

0 Answers  


Suppose there is a link present somewhere in an excel sheet. Find the link and click on it. How to write a script using Excel application object in QTP?

1 Answers  


Is it possible to call from one action to another action in qtp?

0 Answers  






images are dynamically changes how to compare two images with out using the bitmap

0 Answers   Hexaware,


What is QuickTest Automation Object Model? Where we can use AOM?

1 Answers  


How the exception handling can be done using QTP

6 Answers  


1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP

0 Answers  


Tell me the situations where we will use Data Driven?

4 Answers   Ordain Solutions,


To retrive the test data which tool vl use and whats basis u vl write test data? its urgent

0 Answers   IBM,


write vbscript in qtp tool for senario, in the given sheet add each number in each row and each colunm and show result

3 Answers   Mind Q Systems,


Categories