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 |
What are the reasons behind silk test hanging? Is any particular problem or it is just because of system problem.?
Is there any way of passing values at runtime? Like scanf does in C.
Why should we use Silk test .we can use QTP or other tool .What is the difference.
Can silktest switch browsers automatically?
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
What is silktest host?
In how many ways we can perform datadriven test in silk test, throgh flatfiles can we perform?
I have Silk Test 7.5 installed to my machine. My silk recoginizes all the windows applications.But its not recoginizing the web application.When i try to ENABLE EXTENSION for any web application i am not getting the window with the two radio button namely DOM and VO. What could be the problem? I also tried using browsers like IE,FF and also uninstalled the silk n reinstalled it again.But it works out with my neighbours system....Wht could be the problem?????
How to create group and sub group descriptions in a testplan?
What are the default testplan attributes?
What statement in for test is used to transfer control of the script out of the innermost nested for, for each, while switch or selected statement?
How to define an object verification in a test case?