In how many ways we can perform datadriven test in silk
test, throgh flatfiles can we perform?
Answers were Sorted based on User's Feedback
Answer / sai
We can perform the data driven testing thru Flat files,Data
base and Test plan,it measn that the data is being passed
into the test case with the above ways.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vimalkanth
Flat files (normal files, ini files etc..)
Database
Excel
Arrays defined inside .t files
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
How to create group and sub group descriptions in a testplan?
Can we customise the result file?
Where is a testplan stored?
What are the problems you faced while identifying an object in silk?
how to pass TDS intery in tally?
How load testing can be done with silk international?
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 we use regular expressions to facilitate dynamic objects identification by SilkTest?
What is Silktest?
How to define values for a testplan attribute?
How to record a test case?
What is a test frame?