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 download latest silk test trial version?
Where are the testplan attributes stored?
What is silktest agent?
In SilkTest we have a function Except Log which displays the path of the error occured in a Script.In QTP do we have any function like that?
What is the dom browser extension?
What is the vo browser extension?
What are testplan attributes?
How to add objects of other pages to a test frame?
How to run a test case from a test script file?
How to create a test frame?
How to define an object verification in a test case?
can any one please tell me the full form of .g.t in silktest datadriven method
What are the types of text lines in a testplan file?
What is the standard flow of execution of a test case?
How to run a test case from a testplan file?