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  >  Tech FAQs  >  SilkTest

 Print  |  
Question:  Invoke Application using Silk Test

Answer: Explain how to invoke an application using script in Silk Test


July 07, 2008 05:31:05 #1
 eshana_87   Member Since: July 2008    Total Comments: 2 

RE: Invoke Application using Silk Test
 
Application can be invoke in sik test using the Invoke() method. It is a built in method.

Window.invoke ()
     

 

Back To Question