what .inc file consists in silk?
Answers were Sorted based on User's Feedback
Answer / durga prasad
.inc file is Include file where you can define your
application objects and you can write functions for the
required Business Senario in functions.inc and you can call
the function in in .t file.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ggggggggg
in silk test .inc file is known as include file
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / sid
A file that contains window declarations, constants,
variables, classes and user-defined functions.
| Is This Answer Correct ? | 0 Yes | 1 No |
procedure or steps to do silk test? clearly
What is the Real time process for testing please tell in detain 7it is very urgent.
What are the important aspects of a test case?
How to run a test case from a test script file?
What are the possible failure scenarios and different types of errors you find in silkTest?
How to assign attribute values to test cases?
How to write the good frame work for application.
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
Is there any way to retrieve content of the image i.e If image contains text... how to retrieve in silk test In QTP there is GetVisibleText is there any function similar to this in silktest...
How to run all test cases in a testplan?
What is the standard flow of execution of a test case?
can you test an application in silk test that is running on another system?