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 |
Is there any way of passing values at runtime? Like scanf does in C.
How do you create a user defined class in silk?
Any tools to test the performance of SQL Quarries and SP? If any one are using them please provide the site names or software names...
Where is a testplan stored?
What is defaultbasestate?
What is silktest agent?
How to run a test case from a test script file?
what type of frameworks are you using in silk test?
What is the perpose of user-defined base state method?
What is the advantage of using do except instead of other error logging functions?
How to create a new silktest project?
Can we use regular expressions to facilitate dynamic objects identification by SilkTest?