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 / jinsha
store the string in a text variable as
string a="aaaa,bbbb,cccc,dddd"
print (getfield("/",a,1,4)
this captures only aaaa
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to run a test case from a testplan file?
How to record a test case?
How to create group and sub group descriptions in a testplan?
Where is a testplan stored?
What is 4test?
What is silktest project?
How to define values for a testplan attribute?
How to include a test case into a testplan?
How to specify a browser extension to a web application?
What is a silktest testplan?
How to run a test case from a test script file?
How to download latest silk test trial version?
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
How load testing can be done with silk international?
Can silktest run on mac?