What is the difference between Datadriven and
Parameterization?
Answer Posted / rajendra pradeep
In parameterzation we can run an application for 1
Iteration.If we need to run the application for several
Iterations data driven comes into picture.
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
How many add-ins comes by default with quicktest professional?
What is the differences between image check point and bit map check point?
How to use the object spy in quicktest professional (qtp) 8.0 version?
How do we analyze the checkpoint results?
Explain the new feature of UFT regarding the export of test results?
Differences between quicktest professional (qtp) and winrunner?
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
how to convert 100 into hundred repees only and viceversa
What are the ways you can synchronize?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
How will you check that your test cases covered all the requirements?
Hai anyone please "Explain about Framework in QTP?"
What are the different types of checkpoints?