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
distinguish between old version and new version QTP features.
What is the difference between shared and local object repository?
what is test scheduleling?
what is keyword driven testing in qtp?n how is it useful?
I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.
What are the types of object repositories? Which one is you using?
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
Can we create a qtp test from qc?
What are the methods used in UFT to handle exceptions or run-time errors?
Give the syntax to import/export xls into qtp.
Is it possible to switch between recording modes during a test creation?
What is the difference in testing a client-server application and a web application?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
Explain how qtp identifies objects?