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 |
In QTP, As a first step wht we will do before going to start a Automation....when it will be decided that we have to go for a Automatio..and who will decide to go for Automation. Any body can pls let me know.. Thanks in Advance..
what is action in QTP?
in qtp wha t is synchronisatin pt,what is the maximam time out
Could some one help me the difference between GetTOProperty and SetTOProperty and when we will use these properties. and what is meant by SetToProperties..
Please let know the scripts for counting number of repeated letters in the word. Note repeated letter should not be count agian. Ex: If "Hello" is my word... l is coming twice.. it should count once and print... secong 'l' should not count again..
qtp script for recording and running the application.need script for short cut keys like f3,f4 etc.how to write script for recording?
explain structured testing? plz guys with exp. do answer
how do u retrieve data from a database ? i.e. i want to retrieve 2nd record only from a database ? write code for this. by using ADODB connecton, RSOBJ and using a FOR loop we can retrieve all the records( ex: if we give query as select * from emp). but i want only 2nd record. so how to acheive this.
What is the vb script when the url enter into the browser
What criteria do you use when determining when to automate a test or leave it manual?
What is the recovery scenario in qtp?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?