How to define a list in frame.inc file?
How to handle custom objects in silk test?
We have a text file saved in one location and the text entered are in column wise with 10 spaces in between.We need to call the file in our script and print it in one line.
How to display the double quotes in result window by using testscript language in SilkTest tool
Define AppState with example? How to use Default Base State in SilkTest?
How do create Silk Test Options file? What is the extension of an Options file?
Latest Answer: Option file is used to store environment varriable like extension information,setting of recovery system,agent information etc..When we want to create another project using these setting we can use it so that we don't need to again enable extension,setting ...
How to find a particular text in a window using Silk Test (like "win_find_text" in Winrunner)?
Latest Answer: We can find the text by using the GetText () method. ...
How to record mouse movements and mouse cordinates in SilkTest?
Explain how to invoke an application using script in Silk Test
Latest Answer: Application can be invoke in sik test using the Invoke() method. It is a built in method.Window.invoke () ...
While data driving the test cases , the excel sheet path will be given by selecting the browsing option which will be absolute, but I want to give relative path such that where ever we copy the test case
View page [1] 2 3 Next >>

Go Top