Answer Posted / adarsh and sriharsha (wipro)
We dont think Silk Test is Compataible with TD. As it
Belongs to Borland and TD is from Mercury. We can use Test
Manager instead of TD which is similar.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to include a test case into a testplan?
How to select a group of test cases in a testplan to run?
How to define new testplan attributes?
What is defaultbasestate?
How to create a new silktest project?
What are testplan attributes?
How load testing can be done with silk international?
How to define values for a testplan attribute?
What is the vo browser extension?
How to test your defaultbasestate?
What is the syntax of ui object identifier used by dom extension?
Can silktest switch browsers automatically?
What is the segue testing methodology?
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
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