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 |
what is the data driven testing?
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()
str="QTP AUTOMATION TESTING" here how many T are there in the str finally i want to display the T
By using QTP can we record any log files written by the application which is in execution?
what is the difference btn risks & Therads in the Test plan documentation?
how we do database testing with qtp using descriptive programming?
22 Answers Nutrins, Rohit Technologies, Symphony, Syntel, TCS,
What is difference between the For..Next and While..Wend statements?
How many types of object repository in qtp?
I have a Webtable object in my shared object repository, say WT1, which has different index value in 2 different versions, one version having WT1's index value as 1 and other version having WT1's index value as 2. how could i use same test script to identify the WT1 object having different index values.
can i automate java web application using qtp web addin only not using java addin
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
without Qtp features can we automated?