Is there any way of passing values at runtime?
Like scanf does in C.
No Answer is Posted For this Question
Be the First to Post Answer
What is silktest host?
How to add objects of other pages to a test frame?
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?
Where is a testplan stored?
hai iam not working.iam try to job.on practice i have dout .HOW TO TEST THE CALCULATOR BY USING DATA DRIVEN.PLS REPLY WITH CODE.I HAVE NO IDEA ON DATA DRIVEN.
Is there any way of passing values at runtime? Like scanf does in C.
can we test the application by inserting checkpoints using silktest as we do in qtp and winrunner and also what are the automation frameworks in silktest
How can you get the moving contents of flash image using silktest.
Can silktest run on mac?
Whats the difference between Basestate & Default basestate?
procedure or steps to do silk test? clearly
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.