Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to Plan automation testing to to impliment keyword driven methodology in testing automation using winrunner8.2?

0
Posted

How to Plan automation testing to to impliment keyword driven methodology in testing automation using winrunner8.2?

0

Keyword-driven testing refers to an application-independent automation framework. This framework requires the development of data tables and keywords, independent of the test automation tool used to execute them and the test script code that “drives” the application-under-test and the data. Keyword-driven tests look very similar to manual test cases. In a keyword-driven test, the functionality of the application-under-test is documented in a table as well as in step-by-step instructions for each test. Suppose you want to test a simple application like Calculator and want to perform 1+3=4, then you require to design a framework as follows: Window->Calculator ; Control->Pushbutton ; Action-> Push; Argument->1 Window->Calculator ; Control->Pushbutton ; Action-> Push; Argument->+ Window->Calculator ; Control->Pushbutton ; Action-> Push; Argument->3 Window->Calculator ; Control->Pushbutton ; Action-> Push; Argument->= Window->Calculator ; Action-> Verify; Argument->4 Steps are associated wi

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123