Hi All,
An newbiee to silk test tool. I wanted to write a function
which checks the browser type installed in the local machine
& then based on the browser type test case should run.
I tried little bit writing the function :
Void Func_ValidateBrowserType()
Window myWin
myWin = Browser.GetRealBrowser ()
print (myWin)
Any help please..
Thanks,
V
No Answer is Posted For this Question
Be the First to Post Answer
How can we Read the data from data grid in Silk Test?
How to select a group of test cases in a testplan to run?
How to create group and sub group descriptions in a testplan?
What is the standard flow of execution of a test case?
can you test an application in silk test that is running on another system?
How to create a new silktest project?
How to download latest silk test trial version?
I'm involved in automation using silk test of an swing application running in a browser. There is a window whose name is a dynamic. i.e based on the input(eg: some filename) the window name keeps on changing. I need to capture the window name for every run of silk test case for different input filenames. I'm aware of GetName() in SilkTest, but its not working for me. Can anybody suggest me any logic to achieve this using silktest?
What is Silktest?
How to run a test case from a testplan file?
can any one please tell me the full form of .g.t in silktest datadriven method
Can silktest run on mac?