What is the diff between doing parametarisation using Data
Driven wizard or manually. when do we go for manual
para...and when do we use Data driver wizard..can anybody
answer it ..Thanks in advance
Answer Posted / bfakruddin
Sreekanth...
(if you are Sreekanth Chilam your answer is correct) else
look forward...
I think your script is not a Manual Parameterization...
Parameterization means.... Passing the data from external
source into the parameters in Script...
whether it may be from XL Sheet or DataTable... Environment
Variables...Action Parameters... Function OUtput parameters
what ever it may be...
Manual parameterization means... passing the data manually
into the Script for each iteration...
Got my point...?
by using inputbox("Enter your parameter Value")
for every iteration it asks you to pass a value into the
parameter...
Thanks & regards
Baba Fakruddin.D
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to test results for qtp ?
What are the properties you would use for identifying a browser and page when using descriptive programming?
What is the file extension of the code file in qtp?
Get the count of files of similar types from a folder.
What are the general steps involved in the data driven framework?
iam have done mba(finance)in 2008. in 2008 one reputed consultancy came off campus interview our institution. i got job as "manual test engineer". now iam working as "manual testing engineer". now my problem is when iam going interview the interviewer asking like " ur mba gradute how can u get job in test engineer." this question i have faced every interview. iam explaining how iam getting job. but they are not trust me". pls tell me answer how i am giving relavent ans.. this is my mail id y.ramana84@gmail.com
what is the frame work in J-meter?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
How do we handle run-time errors?
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
How many types of recording facility are available in quicktest professional?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
How can you close the second opened browser?
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain