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
1 7648Is 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...
3 8222I'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?
3 7342How to do text verification point in silktest for a specific content.Suppose in the text editor, i have typed some "aaaa,bbbb,cccc,dddd" in different lines. now i want to capture only aaaa of first line from the text editor. How can i do it.Can any one help me.
3 10594Hi 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
2429
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
How to define values for a testplan attribute?
How to add objects of other pages to a test frame?
What is a test frame?
What is defaultbasestate?
What is 4test?
How to create group and sub group descriptions in a testplan?
What is the syntax of ui object identifier used by dom extension?
How to test your defaultbasestate?
How to create a test frame?
How to open an existing silktest project?
How to run a test case from a testplan file?
How to create a new silktest project?
Where is a testplan stored?
How to define an object verification in a test case?