How to do text verification point in silktest for a
specific content.Suppose in the text editor, i have typed
some "aaaa,bbbb,cccc,dddd" in different lines. now i want
to capture only aaaa of first line from the text editor.
How can i do it.Can any one help me.
Answer Posted / nikhil
store the text in a string variable.
say STRING sContent = "aaaa,bbbb,cccc,dddd"
Now use getfield(sContent,',',1) which captures only aaaa.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can silktest run on mac?
How to define an object verification in a test case?
How to create group and sub group descriptions in a testplan?
What is the vo browser extension?
How to add objects of other pages to a test frame?
How to create a test frame?
What is the segue testing methodology?
What is the standard flow of execution of a test case?
Where are the testplan attributes stored?
How to define new testplan attributes?
What is stored in a test frame?
What is defaultbasestate?
How to open an existing silktest project?
can any one please tell me the full form of .g.t in silktest datadriven method
How to run a test case from a test script file?