How many ways we can parameterize data in QTP?

Answers were Sorted based on User's Feedback



How many ways we can parameterize data in QTP?..

Answer / narendraa

There are four types of parameters.
1.Test, action or component parameters.
2.Data Table parameters.
3.Environment variable parameters.
4.Random number parameters.

Is This Answer Correct ?    14 Yes 1 No

How many ways we can parameterize data in QTP?..

Answer / asd

Action parameter
datadriven parameters
Environment parameters
Random number parameters

Is This Answer Correct ?    4 Yes 3 No

How many ways we can parameterize data in QTP?..

Answer / akshay kumar

There are four types of parameters:

Test, action or component parameters enable you to use values passed from your test or component, or values from other actions in your test.

Data Table parameters enable you to create a data-driven test (or action) that runs several times using the data you supply. In each repetition, or iteration, QuickTest uses a different value from the Data Table.

Environment variable parameters enable you to use variable values from other sources during the run session. These may be values you supply, or values that QuickTest generates for you based on conditions and options you choose.

Random number parameters enable you to insert random numbers as values in your test or component. For example, to check how your application handles small and large ticket orders, you can have QuickTest generate a random number and insert it in a number of tickets edit field.

Is This Answer Correct ?    0 Yes 0 No

How many ways we can parameterize data in QTP?..

Answer / guest

so what do we observe ways or a types of parameter regarding
to your Qs?

Is This Answer Correct ?    1 Yes 2 No

How many ways we can parameterize data in QTP?..

Answer / srinu,marla tech

in qtp u can parameterie the data in fallowing ways
1)dynamic arrays
2)flatfiles,text files
3)through the datatable
4)keyboard submission
5)random numbers
6)environment variables

Is This Answer Correct ?    1 Yes 2 No

How many ways we can parameterize data in QTP?..

Answer / mohan

four ways
1)From Keyword driven/Tree view
2)From Active Screen
3)From Expert View
4)From tool bar

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More QTP Interview Questions

How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?

0 Answers  


suppose there r 10 action in a test i want to execute action 5 to 10 how would i do that

2 Answers  


Hi, I want to pass a value in to Link object. For ex: I have a link where in which contains the value like "DC4463219(Active)". Whenever i will execute the script this value "DC4463219 (Active)" will get changed. I got the value DC4463219(Active) from the link and stored that value in variable "ACTUAL". If i want to select the same link again, while recording the value DC4463219(Active) will be recorded in object repository. So, that it will not work for the next cycle of execution as the value will get changed everytime as i mentioned above. I want to pass that Acutal value in to link object. The script is as follows: Actual Script when recording: Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(DC4463219(Active)".Click But now instead of this DC4463219(Active) i want to pass a variable where i have the same value. I tried to execute the script Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(Actual).Click But it is displaying the error message as that the value which we got from Actual is not existing in Object repository. So,i made the link object as regular expression. Even it is displaying the same message as mentioned above. If you are not able to understand, feel free to contact me with nbabu11@gmail.com

1 Answers  


How to make arguments optional in a function?

0 Answers   Crea,


In QTP how can we recognize objects Without using Object Repository?

3 Answers   IBM, Wipro,


What is Description Object?

1 Answers  


Syntax for how to call one script from another? and Syntax to call one "Action" in another?

2 Answers  


1. IS A VIRTUAL OBJECT USED WHEN THE LABEL IS NOT RECOGNIZED BY QTP

7 Answers   Ordain Solutions,


how do close the task manager through QTP?

2 Answers  


i need to learn the descriptive programming very well so for that what to do am reading the qtp user mannual but it is not so any materials or links with examples i want please help me

2 Answers  


How to call actions in QTP?

2 Answers   Wipro,


Extract a word from a sentenece?

5 Answers   IBM,


Categories