What is the difference between Keyword Driven test and Data
Driven test?
Answer / Shikha
Keyword Driven Testing (KDT) and Data Driven Testing (DDT) are automation testing methodologies used in software testing. KDT uses predefined keywords or functions to perform test steps, whereas DDT separates data from test scripts allowing the same script to be executed with multiple sets of data. In KDT, the test script contains both data and logic, while in DDT, the data is stored in a separate file and the test script only contains the logic.
| Is This Answer Correct ? | 0 Yes | 0 No |
How will you load few objects in Active Screen?
QTP identifying the child tabs in a maintab like tab_1,tab_2,tab_3,tab_4 while using a for loop for these tabs.its not proceeding from _1 to _2. How can i use "for loop "
Plz explain about MATCH/EXACT MATCH/IGNORE SPAGE in text check points?
What is the XML file architecture ?
w is fragmentation and paging
How many types of trigger events are there in qtp?
diff between winrunner and qtp
How can i parameterize the standard checkpoint using Excel sheet where my expected values are there?? suppose i want to test a application with diffent value and want to run 5 iteration?? for each iteration, values will be exported from excel sheet as input. Now i will store some expected values in the excel sheet, which i want to check in the application whether expected equals to actual value??? can any one help me
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
What is vulnerability?
Write a script to delete a specific row in a webtable.
Where can i get the QTP tutorials. I wanna move to automation testing. Is there any book or URL, where i can find the source to read...