How to define an object verification in a test case?
No Answer is Posted For this Question
Be the First to Post Answer
What is the perpose of user-defined base state method?
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?
What is stored in a test frame?
How record a test case into a testplan automatically?
Which tag in silk is the most reliable in a scenario where content and order of object change frequently?
What is the wait statement in Silktest?
What is the dom browser extension?
How to Write user defined functions?
How to select a group of test cases in a testplan to run?
What is a test frame?
What is multi-tagging?
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.