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 |
What is defaultbasestate?
Imagine you have a string variable that holder a credit card (16digit). There are multiple ways of obtaining last four digits of this number programmatically on a run time. Name one; for practical purpose variables name is sCCnumber?
who is the head of the BMC
What is the standard flow of execution of a test case?
How do you create a user defined class in silk?
what are agents in silk?
Where is a testplan stored?
What is the wait statement in Silktest?
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
How to include a test case into a testplan?
What is the perpose of user-defined base state method?
What is 4test?