In how many ways we can perform datadriven test in silk
test, throgh flatfiles can we perform?
Answer Posted / raghubansh pandey
ya we can perform ny flat file.Data driven test means the
data whcih is to be passed at the run time. in the silk test
we can pass the the data for the test case form the
following ways. 1. flat files
2. data base
3. test plan
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a silktest testplan?
What are the important aspects of a test case?
What is the standard flow of execution of a test case?
How to create group and sub group descriptions in a testplan?
How to specify a browser extension to a web application?
How to define an object verification in a test case?
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
How to run a test case from a testplan file?
Can silktest run on mac?
How to test your defaultbasestate?
What is defaultbasestate?
How to assign attribute values to test cases?
What are the types of text lines in a testplan file?
How to select a group of test cases in a testplan to run?
How dom browser extension identify a web application ui object?