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 pass TDS intery in tally?
What is the segue testing methodology?
How to include a test case into a testplan?
How to add objects of other pages to a test frame?
What is a silktest testplan?
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
What are the important aspects of a test case?
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
How to define values for a testplan attribute?
Where is a testplan stored?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
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 a test frame?
How to define an object verification in a test case?
What is stored in a test frame?