what is key word driven frame work ? why it is called like
that ? what is the diference between keyword driven and
data driven frame work ?
Answer / Naveen Kumar Soreng
QTP (QuickTest Professional) uses a Keyword Driven Framework for test automation. It is called Keyword Driven because it allows non-technical users to write tests using predefined keywords, eliminating the need for programming knowledge.
Keyword Driven Framework has two main components: Test Scripts and Data Files. The test script contains predefined keywords (or functions) that are used to perform various actions in the application being tested. The data files store the input data needed by these keywords during test execution.
Data-Driven Framework, on the other hand, separates the test data from the test code. It uses external data sources like Excel or databases to feed input values to the tests. In this approach, the same test case can be executed with different sets of data for better test coverage and efficiency.
| Is This Answer Correct ? | 0 Yes | 0 No |
write a VBscript code to parametrize test script using test data from sqlserver database?
what r advance features u had done in QTP?
the question was on what techonlogy u been working on i said VB then he asked me the addin for VB in Qtp?
What is meant by Pseudo Code?
Hi All, I am 4 yrs experieced in manual testing and new to automation tool QTP. Iam trying to learn it thru online and material i have.I am able to understand but unable to trace out which method or function to be used where necessary in VB Script. How come we know the functions or methods to be used to open a window when clicking on button or so...Pls suggest me.How can i proceed further to apt VB Script.
how can i pass parameters into function?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
1 Answers Autodesk, EDS, Wipro,
Explain in brief about the quicktest professional (qtp) automation object model?
While scripting do we use any reference. may be we have 2 0r more same objects that time how do we write scripts
what is meant by iterative model?What is its working principle?What are its advantages and what are its drawbacks?
Few basic questions on commonly used Excel VBA functions.
Explain the concept of Output values in Quick Test Professional?