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 : Hi , If u want to insert a value into the text field then u can use "Settext " keyword , if u want to capture the value from textfield then u can use "gettext" keyword.Eg: CustomerName.settext(name) //name is variableEg:CustomerName.gettext(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. ...
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?
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