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
Is there any way of passing values at runtime? Like scanf does in C.
What is the segue testing methodology?
What is the vo browser extension?
What are testplan attributes?
How to add objects of other pages to a test frame?
What is the standard flow of execution of a test case?
How to test your defaultbasestate?
What is the dom browser extension?
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?
How dom browser extension identify a web application ui object?
What are the default testplan attributes?
How to select a group of test cases in a testplan to run?
How to define an object verification in a test case?
What is defaultbasestate?
What is silktest project?