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


Please Help Members By Posting Answers For Below Questions

how to pass TDS intery in tally?

2323


What is the segue testing methodology?

740


How to include a test case into a testplan?

645


How to add objects of other pages to a test frame?

708


What is a silktest testplan?

721






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

2927


What are the important aspects of a test case?

693


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

2132


How to define values for a testplan attribute?

665


Where is a testplan stored?

655


Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website

2735


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?

2159


What is a test frame?

692


How to define an object verification in a test case?

711


What is stored in a test frame?

715