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
What is custom object .what it contains. Difference between custom & standard objects.
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?
How to record a test case?
Where is a testplan stored?
How to attach silk test results to test director?
what are agents in silk?
Is there any way to retrieve content of the image i.e If image contains text... how to retrieve in silk test In QTP there is GetVisibleText is there any function similar to this in silktest...
How to specify a browser extension to a web application?
What are the possible failure scenarios and different types of errors you find in silkTest?
Whats the difference between Basestate & Default basestate?
can any one please tell me the full form of .g.t in silktest datadriven method
How can i used If Else statement in Silk Test. And my table name is login how can i get rowcount in the table having