GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Testing Tools  >  SilkTest

 Print  |  
Question:  Silk Test Base State

Answer: What is the difference between base state & default base state?


January 01, 2008 07:14:18 #2
 testingeek   Member Since: January 2008    Total Comments: 8 

RE: Silk Test Base State
 
Default Base state : This is done during the creation of the testframe. This is essential to help the control to be passed to the Recovery system in case of a failure.
This is more to do with the AUT is ready , constants are set etc in the test framework.

The base state is the intented application state at the start. When a done are running a script. Where there is clean up after the script is run ensuring that the script is in its initial state.
This is more related to the state of a silk script.
     

 

Back To Question