what type of frameworks are you using in silk test?
Answers were Sorted based on User's Feedback
Answer / sid
There is no hard and fast rule to use a specific Automation
frame work. It all depends on your project needs, here are
some info on the same.
Data Driven approach is suitable for applications that have
limited functionality but large number of variations in
terms of test data.
Functional Framework is suitable for applications that have
variety of functionality but limited variations in terms of
test data.
Hybrid Test Automation Framework is suitable for
applications that have variety of functionality and larger
number of variations in terms of test data.
Record, enhance and play back methodology is suitable to
convert small to medium size manual scripts into equivalent
automation scripts - one to one basis.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / santhosh
There is no rule to use a specific Automation
frame work. It all depends on your project needs & u r
company
in my point of u habride automation framework is suitable
for any type of application.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / santhan chinka
We are Using Data Driven framework in our company.
For this, We follow folder structure like,
1. Generic Functions
2. Business Functions
3. Test Scripts
4. Driver Scripts
5. Startup Scripts
6. Test Data
7. Test Results
8. Test Log
Is This Answer Correct ? | 1 Yes | 0 No |
How to Write user defined functions?
What are the default testplan attributes?
How do you create a user defined class in silk?
Imagine you have a string variable that holder a credit card (16digit). There are multiple ways of obtaining last four digits of this number programmatically on a run time. Name one; for practical purpose variables name is sCCnumber?
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
Can u Tell me why we use Advanced tool like Silk Test other than QTP, Or WIN RUNNER And others what is the advantage of these compared o others
How to add objects of other pages to a test frame?
How to create a test frame?
How to include a test case into a testplan?
what is the statment/command for invoke the browser from script
What are the important aspects of a test case?
How to create a new silktest project?