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
howmuch time silktest talk for writting testcase and execute test case? how will write testcase in testcase? How will excute the testcase ? compared to manual testing what way silktest best?
What is the difference between base state & default base state?
Latest Answer: 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 ...
How to run the test scripts / projects from command prompt?
Latest Answer: Partner [-complog filename] [-m mach] [-opt optionset.opt] [-p mess] [-proj filename [-base filename]] [[-q] [-query query name] [-r filename] [-resexport] [-resextract] [-r] scr.t/suite.s/plan.pln/link.lnk [args]]To load SilkTest, type:partnerTo run ...
Latest Answer: enumerated type is an abstract data type used to model an attribute that has a specific number of options (or identifiers) .Eg :enum cardsuit { CLUBS, DIAMONDS, HEARTS, SPADES};However at runtime the ...
Latest Answer: Use the LIST and ARRAY compound data types to group together several pieces of data of the same data type. A list contains elements you can access randomly by referring to them relative to their position in the list. As in an array, all the elements in ...
How do you add a .dll to enable extension in silktest
Latest Answer: Extension is a file which is used to extend the capability of;data available to a more basic program.Enable Extension is used to attach your application DLL with silk standard DLL .So that silk can recognized as silk object. ...
What is the use of Exception handling? Explain with sample code
Latest Answer: If unexpected events ,errors,application crash occur during the execution then the execution ill get distrupted.....we can overcome those problems using exception handling.... ...
Have you used any built in functions, if yes what are they? Explain with sample code and usage ?
Latest Answer: I agree with Vijay....and also during the execution we can see the result using Transript..... ...
View page [1] 2 3 Next >>

Go Top