How to write the good frame work for application.
Answer / ravi
Deciding Framework for automating any product depends on
the archiecture of the product that is to be automated.For
example if the product includes involvement of multiple
users or multiple data change then we should go for data
driven framework.Similary if there is too much
functionality involved in the product then we should go for
Functional framework(Keyword driven).If the product can be
divided in modules then we can use modular framework and
finally if you think the product involves more than this
then go for hybrid framework
| Is This Answer Correct ? | 4 Yes | 1 No |
How to add objects of other pages to a test frame?
what is the statment/command for invoke the browser from script
What is the syntax of ui object identifier used by dom extension?
What is the wait statement in Silktest?
How to create a test frame?
What is 4test?
What is silktest host?
Is there any way to retrieve content of the image i.e If image contains text... how to retrieve in silk test In QTP there is GetVisibleText is there any function similar to this in silktest...
Hi All, An newbiee to silk test tool. I wanted to write a function which checks the browser type installed in the local machine & then based on the browser type test case should run. I tried little bit writing the function : Void Func_ValidateBrowserType() Window myWin myWin = Browser.GetRealBrowser () print (myWin) Any help please.. Thanks, V
How to test your defaultbasestate?
What are the possible failure scenarios and different types of errors you find in silkTest?
what type of frameworks are you using in silk test?