How many ways we can parameterize data in QTP?
Answers were Sorted based on User's Feedback
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 |
Answer / asd
Action parameter
datadriven parameters
Environment parameters
Random number parameters
| Is This Answer Correct ? | 4 Yes | 3 No |
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 |
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 |
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 |
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 |
How you can replace string in qtp?
Hi, I Would Like to Know which is the Best QTP Certification Training Institute in Hyd? Thanks in Advance kishan
How will you enchance the script?
I want to know how to execute the descriptive programming in qtp for the webedit object which does not contain attached text property. but i have checked it with name and html id property. Even though it is not executing. it is giving error in object's physical description.
How can we change(increase or decrease)the size of a array variable with out loosing the previous values
1 Answers DST Global Solutions,
Suppose i have some records in database now i want to use first 1000 records for one test and next 1000 to 2000 records for another test how can we do this just for ex oracle database pls tell me
what is defination of intergration testing?
What are the file extensions for per-action, shared object repository files and what is the extension for library files?
describe common problems of test automation?
What is throw object?
can we install qtp in windows vista
what is the use of descriptive programming in QTP ? when we need to use DP? can we test the application completely with out useing DP?? please explan with example