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 is the vo browser extension?
How dom browser extension identify a web application ui object?
What is the syntax of ui object identifier used by dom extension?
What is a silktest testplan?
How to create a new silktest project?
In SilkTest we have a function Except Log which displays the path of the error occured in a Script.In QTP do we have any function like that?
What are the important aspects of a test case?
What is silktest host?
Where is a testplan stored?
How to define new testplan attributes?
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
What is a test frame?
How to define an object verification in a test case?
What are the types of text lines in a testplan file?
can any one please tell me the full form of .g.t in silktest datadriven method