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 |
Is there any way to retrieve content of the image i.e If image contains text... how to retrieve in silk test In QTP there is GetVisibleText is there any function similar to this in silktest...
Where are the testplan attributes stored?
What is the standard flow of execution of a test case?
What is the dom browser extension?
How to create a test frame?
What is the segue testing methodology?
What is the advantage of using do except instead of other error logging functions?
What is defaultbasestate?
How to create a new silktest project?
what is silk testing?
How to record a test case?
How to create and edit a testplan?