Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How to run a test case from a test script file?

1030


How to include a test case into a testplan?

961


Is there any way of passing values at runtime? Like scanf does in C.

2669


What is stored in a test frame?

1030


How to select a group of test cases in a testplan to run?

957


How to assign attribute values to test cases?

1043


How to define an object verification in a test case?

1023


What is silktest project?

920


How to open an existing silktest project?

1019


What is defaultbasestate?

1066


Where is a testplan stored?

950


Can silktest switch browsers automatically?

995


What is the dom browser extension?

1079


What is the segue testing methodology?

1084


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

2426