How can i used If Else statement in Silk Test. And my table
name is login how can i get rowcount in the table having
Answer / kkamalay
If <Condition>
statement
else
statement
with the following systax ,you can get the total number of
rows in the table.
WindowName.TableName.getRowCount()
It returns the integer(Row Count)value
| Is This Answer Correct ? | 4 Yes | 0 No |
How to create a new silktest project?
what is the operator for carriage return(Enter) in Silk Test for File.
What is custom object .what it contains. Difference between custom & standard objects.
can any one please tell me the full form of .g.t in silktest datadriven method
How to define an object verification in a test case?
How to define values for a testplan attribute?
How to create and edit 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 run all test cases in a testplan?
What is the syntax of ui object identifier used by dom extension?
How to record a test case?
What is the standard flow of execution of a test case?