Which tag in silk is the most reliable in a scenario
where content and order of object change frequently?
Answers were Sorted based on User's Feedback
Answer / kiran
Yes I agree with Shiva Kumar, index id we use only when
when we don't have other ID. Caption or window id are good
to use.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / shiva kumar
Hi Sunitha... iam not agreeing with you..because Index of
the object will change according to the order....window ID
is the reliable tag in those kind of scenarios.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / prakash
Winodws id is the best option for the changing scenario.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sunitha
Among all the tags i.e.,Prior text, caption, index, windows
identifier, location I think "index" is more reliable coz
caption may change but index doen't change and thus will
not fail even if content changes.
| Is This Answer Correct ? | 1 Yes | 5 No |
How to write the good frame work for application.
How to create a new silktest project?
How load testing can be done with silk international?
Define Silk Testing.
What is the perpose of user-defined base state method?
How to create and edit a testplan?
what is the base class for all the classes in silk?
Any tools to test the performance of SQL Quarries and SP? If any one are using them please provide the site names or software names...
Can silktest run on mac?
How dom browser extension identify a web application ui object?
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?
can any one please tell me the full form of .g.t in silktest datadriven method