What is custom object .what it contains.
Difference between custom & standard objects.
Answer Posted / palguna.akuleti
This answer is correct for WR
This Question is For SilkTest.Please tell me the answer for
this question.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How to add objects of other pages to a test frame?
Where is a testplan stored?
How load testing can be done with silk international?
What is a test frame?
can we test the application by inserting checkpoints using silktest as we do in qtp and winrunner and also what are the automation frameworks in silktest
How to specify a browser extension to a web application?
How to test your defaultbasestate?
Where are the testplan attributes stored?
How to create a new silktest project?
How to download latest silk test trial version?
What is a silktest testplan?
What are testplan attributes?
What is multi-tagging?
How to create group and sub group descriptions in a testplan?
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