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 include a test case into a testplan?
What is multi-tagging?
What is stored in a test frame?
How record a test case into a testplan automatically?
Where is a testplan stored?
How to add objects of other pages to a test frame?
How to run all test cases in a testplan?
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 define new testplan attributes?
How to specify a browser extension to a web application?
What is 4test?
How to assign attribute values to test cases?
How to select a group of test cases in a testplan to run?
What are the default testplan attributes?
What is silktest project?