What is the perpose of user-defined base state method?
Answers were Sorted based on User's Feedback
Answer / praveen
The base state is noting but the User driven testcase
senario where in the application will be stable at that
particular stage of execution .Please dont Post unknown
answers!
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / vps
User defined Base State method is written for the AUT
specific setting.It is called from default Base State.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ramu
entrey criteria and exit criteria is noting but use defined
base state.
| Is This Answer Correct ? | 1 Yes | 4 No |
How to write the good frame work for application.
How to attach silk test results to test director?
How can you read the contents of PDF using silktest?
How to download latest silk test trial version?
What is the advantage of using do except instead of other error logging functions?
In "Property" the user-defied property can have two functions only, define that?
What is custom object .what it contains. Difference between custom & standard objects.
What is a test frame?
What is the syntax of ui object identifier used by dom extension?
How to test your defaultbasestate?
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 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