In SilkTest we have a function Except Log which displays the path of the error occured in a Script.In QTP do we have any function like that?Scenario: In function A ,we called Function B, again in Function B , We called Function C.Here Function C is failed, i want a Function that should display the Function C ,B and A in the result folder.
Latest Answer : SilkTest® from Segue® is the industry’s leading functional and regression testing productfor enterprise applications, whether they are deployed in Web, .NET, Java or traditionalclient/server-based environments. SilkTest is an easy-to-use test automation ...
Latest Answer : For capturing the text from the application we will use GetText() eg: Custname = Customername .GetText()Once the above statement executes, the variable Custname will hold the customer name. ...
1:How recovery system works in silk test?2:what is default base state?3:when we are not able to recognise any object on web application , we use agent.setoption(exposed,false) and then later we make this
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. ...
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
Latest Answer : 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 ...