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?

Answers were Sorted based on User's Feedback



Whats the difference between Basestate & Default basestate?..

Answer / sid

Base state:-

An application’s base state is the known, stable state that
you expect the
application to be in before each testcase begins execution,
and the state the
application can be returned to after each testcase has
ended execution. This
state may be the state of an application when it is first
started.
Base states are important because they ensure the integrity
of your tests. By
guaranteeing that each testcase can start from a stable
base state, you can be
assured that an error in one testcase does not cause
subsequent testcases to
fail.
When you activate the recovery system for one or more
testcases, SilkTest
automatically ensures that your application is at its base
state during the
following three stages:
• Before a testcase is run
• During the execution of a testcase
If an error occurs, SilkTest does the following:
- Stops execution of the testcase
- Transfers control to the recovery system, which restores
the
application to its base state and logs the error in a
results file
- Resumes script execution by running the next testcase
after the
failed testcase
• After a testcase completes successfully
The recovery system makes sure that the testcase was able
to “clean up” after
itself, so that the next testcase is run under valid
conditions.

Default base state:-

SilkTest provides a default base state for applications,
which ensures the
following conditions are met before recording and executing
a testcase:
• The application is running
• The application is not minimized
• The application is the active application
• No windows other than the application’s main window are
open

Default base state ensures the following for browsers in
addition to the items
listed above:
• The browser is ready
• Constants are set
• The browser has toolbars, location and status bar
displayed.

Hope this is help full :-)

Is This Answer Correct ?    3 Yes 0 No

Whats the difference between Basestate & Default basestate?..

Answer / 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

More Silk Test Interview Questions

Can we use regular expressions to facilitate dynamic objects identification by SilkTest?

4 Answers  


How can we Read the data from data grid in Silk Test?

2 Answers   PSO,


How can you read the contents of PDF using silktest?

2 Answers  


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

0 Answers  


what are agents in silk?

4 Answers  


what type of frameworks are you using in silk test?

3 Answers   Stag Computers,


What is the segue testing methodology?

0 Answers  


Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website

0 Answers  


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

0 Answers  


What is the standard flow of execution of a test case?

0 Answers  


How can i used If Else statement in Silk Test. And my table name is login how can i get rowcount in the table having

1 Answers  


can any one please tell me the full form of .g.t in silktest datadriven method

0 Answers   STC,


Categories