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 Posted / 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 |
Post New Answer View All Answers
What are the default testplan attributes?
How dom browser extension identify a web application ui object?
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
Is there any way of passing values at runtime? Like scanf does in C.
What is the dom browser extension?
What is defaultbasestate?
How to specify a browser extension to a web application?
How to assign attribute values to test cases?
What is a test frame?
What is the syntax of ui object identifier used by dom extension?
What is silktest host?
How to open an existing silktest project?
How to create group and sub group descriptions in a testplan?
How to test your defaultbasestate?
What is 4test?