Whats the difference between Basestate & Default basestate?
Answer Posted / mahi
Base state:An applications base state is the known,stable
state that we expect the application to be in before each
test case begins execution,and the state the application can
be returned to after each test case has ended execution.this
state may be the state of application when it is first
started.
Default Base State:Silk test provides a default base state
for application for applications which ensures the following
conditions are meet before recording & executing a test case.
.the application is running
.the application is not minimized
.the application is the active application
.no window other than the applications main window are open
there is only one default base state(normally the one from
silk test in default.inc)there may be one base state
function in your mainwin_defination but there may be a lot
of application status depending on how you build your
testing frame work.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to run a test case from a test script file?
How to include a test case into a testplan?
Is there any way of passing values at runtime? Like scanf does in C.
What is stored in a test frame?
How to select a group of test cases in a testplan to run?
How to assign attribute values to test cases?
How to define an object verification in a test case?
What is silktest project?
How to open an existing silktest project?
What is defaultbasestate?
Where is a testplan stored?
Can silktest switch browsers automatically?
What is the dom browser extension?
What is the segue testing methodology?
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