Where are the testplan attributes stored?
No Answer is Posted For this Question
Be the First to Post Answer
What is present in review report .
How to select a group of test cases in a testplan to run?
What is a test frame?
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 statement in for test is used to transfer control of the script out of the innermost nested for, for each, while switch or selected statement?
What is custom object .what it contains. Difference between custom & standard objects.
How do you identify an exception is silk?
How to add objects of other pages to a test frame?
Where are the testplan attributes stored?
What is a silktest testplan?
what is the statment/command for invoke the browser from script
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