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
How to run a test case from a test script file?
How dom browser extension identify a web application ui object?
What are testplan attributes?
How to test your defaultbasestate?
What is the dom browser extension?
Where are the testplan attributes stored?
What is a silktest testplan?
What is multi-tagging?
How to select a group of test cases in a testplan to run?
What are the problems you faced while identifying an object in silk?
What is the vo browser extension?
How to create a new silktest project?
Can silktest run on mac?
can any one please tell me the full form of .g.t in silktest datadriven method
What is defaultbasestate?