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
No Answer is Posted For this Question
Be the First to Post Answer
what is silk testing?
can you test an application in silk test that is running on another system?
In how many ways we can perform datadriven test in silk test, throgh flatfiles can we perform?
What is custom object .what it contains. Difference between custom & standard objects.
In SilkTest we have a function Except Log which displays the path of the error occured in a Script.In QTP do we have any function like that?
How to run all test cases in a testplan?
In for test there are three pass modes for function arguments. They are rarely used since pass mode always default to the most used one. Pls name them and specify which one is a default?
What are the reasons behind silk test hanging? Is any particular problem or it is just because of system problem.?
How to define values for a testplan attribute?
How to include a test case into a testplan?
Can silktest switch browsers automatically?
How 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.