How to define an object verification in a test case?
Answer / Prashant Tiwari
In Silk Test, you can define an object verification by using the 'Object Spy' tool. Locate the object you want to verify within your application, right-click on it, and select 'Add Verification'. Choose the desired property and operation for the verification.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is silktest project?
What is the vo browser extension?
Define Silk Testing.
How dom browser extension identify a web application ui object?
Is there any way of passing values at runtime? Like scanf does in C.
How to include a test case into a testplan?
I'm involved in automation using silk test of an swing application running in a browser. There is a window whose name is a dynamic. i.e based on the input(eg: some filename) the window name keeps on changing. I need to capture the window name for every run of silk test case for different input filenames. I'm aware of GetName() in SilkTest, but its not working for me. Can anybody suggest me any logic to achieve this using silktest?
How to select a group of test cases in a testplan to run?
procedure or steps to do silk test? clearly
What are the possible failure scenarios and different types of errors you find in silkTest?
Which tag in silk is the most reliable in a scenario where content and order of object change frequently?
How do you create a user defined class in silk?