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
How record a test case into a testplan automatically?
Can silktest run on mac?
How to run a test case from a test script file?
How to add objects of other pages to a test frame?
How to record a test case?
What is 4test?
What is the vo browser extension?
How to define new testplan attributes?
How to create a test frame?
What is stored in a test frame?
Hi All, An newbiee to silk test tool. I wanted to write a function which checks the browser type installed in the local machine & then based on the browser type test case should run. I tried little bit writing the function : Void Func_ValidateBrowserType() Window myWin myWin = Browser.GetRealBrowser () print (myWin) Any help please.. Thanks, V
How to create group and sub group descriptions in a testplan?
What is a silktest testplan?
What is the dom browser extension?
How to run a test case from a testplan file?