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 |
Can silktest switch browsers automatically?
How to create a test frame?
Where is a testplan stored?
why silk test sees each objects as custom windows?
I'm involved in automation using silk test of an swing application running in a browser. There is a window whose name is a dynamic. i.e based on the input(eg: some filename) the window name keeps on changing. I need to capture the window name for every run of silk test case for different input filenames. I'm aware of GetName() in SilkTest, but its not working for me. Can anybody suggest me any logic to achieve this using silktest?
what is the statment/command for invoke the browser from script
What is a test frame?
What are the possible failure scenarios and different types of errors you find in silkTest?
What is the segue testing methodology?
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
What are the reasons behind silk test hanging? Is any particular problem or it is just because of system problem.?
Define PEER Review ,what it contains & What we discuss in that meeting.