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
What is stored in a test frame?
What is defaultbasestate?
How to define new testplan attributes?
What are the important aspects of a test case?
How to define values for a testplan attribute?
how to pass TDS intery in tally?
What is silktest project?
How to assign attribute values to test cases?
Hi All, An newbiee to silk test tool. I wanted to write a function which checks the browser type installed in the local machine & then based on the browser type test case should run. I tried little bit writing the function : Void Func_ValidateBrowserType() Window myWin myWin = Browser.GetRealBrowser () print (myWin) Any help please.. Thanks, V
Where are the testplan attributes stored?
What is a test frame?
How to open an existing silktest project?
How to select a group of test cases in a testplan to run?
How to create group and sub group descriptions in a testplan?
How to include a test case into a testplan?