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 |
In for test there are three pass modes for function arguments. They are rarely used since pass mode always default to the most used one. Pls name them and specify which one is a default?
what .inc file consists in silk?
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?????
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
What is the advantage of using do except instead of other error logging functions?
Whats the difference between Basestate & Default basestate?
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?
What is silktest project?
What is the dom browser extension?
what is the operator for carriage return(Enter) in Silk Test for File.
What are the important aspects of a test case?
What is the syntax of ui object identifier used by dom extension?