I have Silk Test 7.5 installed to my machine. My silk
recoginizes all the windows applications.But its not
recoginizing the web application.When i try to ENABLE
EXTENSION for any web application i am not getting the
window with the two radio button namely DOM and VO. What
could be the problem? I also tried using browsers like
IE,FF and also uninstalled the silk n reinstalled it
again.But it works out with my neighbours system....Wht
could be the problem?????
Answer Posted / manjunath biradar
Check the IE Version. silk test 7.5 doesn't support IE 7.0
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to create group and sub group descriptions in a testplan?
What are the problems you faced while identifying an object in silk?
What is a test frame?
What is the standard flow of execution of a test case?
How to run all test cases in a testplan?
How to define values for a testplan attribute?
How to select a group of test cases in a testplan to run?
What are the default testplan attributes?
What are the types of text lines in a testplan file?
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
Can silktest switch browsers automatically?
How to specify a browser extension to a web application?
how to pass TDS intery in tally?
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 test your defaultbasestate?