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:  How Silk Test is better than manual testing?

Answer: Compared to manual testing in what way Silk Test is better? How much time is required to write and execute test case in Silk Test?


April 04, 2009 12:27:59 #1
 afzals   Member Since: April 2009    Total Comments: 1 

RE: how silktest best from manual testing?
 
Silktest is a Regression testing tool,

The tool can execute more test case rather than running thru manually.

The procedure to write testcase is as followes

testcase <testcase - name> () [appstate <default Base state / none>]
 
          .......
          .......
          performing set of actions
          ------
     

 

Back To Question