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:  Any statement equivalent to input box (in qtp ) in silktest

Answer: silk test has print statement to print the values but how to read the values ... it uses 4 test language. read command is there in silktesT? please clarify me...
thanks


December 12, 2008 07:41:22 #1
 sram868   Member Since: July 2008    Total Comments: 1 

RE: Any statement equivalent to input box (in qtp ) in silktest
 
As far as I know there is  no input box in SIlk test. But you can pass arguments while you run the script.
There is a arguments text area present in the dialog box when you click the Run Testcase button from the toolbar.

But I have not tried using any dll, but I think you can invoke the input box by using such a dll in your testcase.
     

 

Back To Question