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 |
Define PEER Review ,what it contains & What we discuss in that meeting.
Can we use regular expressions to facilitate dynamic objects identification by SilkTest?
How to run all test cases in a testplan?
How load testing can be done with silk international?
What is the wait statement in Silktest?
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
Is there any way to retrieve content of the image i.e If image contains text... how to retrieve in silk test In QTP there is GetVisibleText is there any function similar to this in silktest...
What is Silktest?
How record a test case into a testplan automatically?
what .inc file consists in silk?
What are the problems you faced while identifying an object in silk?
How to Write user defined functions?