Display double quotes in silktest
How to display the double quotes in result window by using testscript language in silktest tool
How to define a list in frame.Inc file?
You will have to create a frame file. This frame file must contain the window information and its child objects (from Window Declarations or Ctrl+W).While you create any testcase in the .t file, use t...
You can define a list of string as :
list of
ex: list of string a
intialize as : a= {"Silk", "Qtp"}
Retrive forecolor of label object
How can we retrieve the fore color of a label object if it is not the one in the silktest color table?
How do create silk test options file? What is the extension of an options file?
Optional file is used to save the setting to run the script on particular env. It is mandatory to close optional file once ur work done . Always keep in mind to open desired optional file before starting any work.
Extention=.opt
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...
How to handle custom objects in silk test?
Invoke application using silk test
Explain how to invoke an application using script in silk test
Application can be invoke in sik test using the Invoke() method. It is a built in method.
Window.invoke ()
Find a text in a window using silktest
How to find a particular text in a window using silk test (like "win_find_text" in winrunner)?
We can find the text by using the GetText () method.
Printing the text file through 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.
Silktest objects with same caption
If two objects have the same caption ,index etc. How can we differentiate them and execute function on them. Eg two text box with the same name. How can we differentiate them.
Identify the object as multitag making combination of caption+ index, caption+prior text.
1) The single Window/Frame can have Same Caption, but there is no chance of same Index . &...
Define Appstate with example? How to use default base state in silktest?
Record mouse movements in silktest
How to record mouse movements and mouse cordinates in silktest?
How to give path of the excel file in the datadriven test cases with out using the absolute path?
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 folder which includes script folder, excel sheet folder, data driven folder within which the corresponding...
Use this code to import excel data. You can find the same example in silk test help also.[+] testcase DBColumnsExample () appstate none [ ] // Retrieve all columns beginning with the letter...
Find the Functionality of SYS_Execute below.1) Do not use SYS_Execute to execute .reg files; use the Start command instead. SYS_Execute was designed to execute commands that do not require user input ...
Recovery System Creates a base state for your application,silktest restores the Application under test to the base state when u run the testcase,when an error occurs or while running multipl...
I have a saved file in notepad.Ex1242 11/20/2007 2:03:05 pm kkk 11/20/2007 2:03:05 pm I need to replace these dates with current date on exact locations...Spacing should be the same...The date may be say 5/20/2007 or 11/20/2007..And cause f dis spacing differs....I have input date+time=11/20/2007...
silk test does not recognise flash and macro media so check your application to skip these
Remove all the object captured for that page from the frame file and recapture once again.
Yes it does support the following technologies delphi but it does not support the remaining technologies Terminal Emulator, SAP,
Seibel
people soft
small talk
How to use jmeter? How to analyse jmeter results
Try out
Char s= '"'
print(s+silk+s)