what is bultin funtaion in QTP &tell me five examples?
Answer Posted / sreekanth chilam
QTP provides 3 types of Fucntions:
1.Builtin Functions
2.Local Script functions
3.Library functions
Built functions are those which are already defined &
provided QTP by default.
For Built-in functions,only function Declaration/Calling is
sufficient for getting the output of that functions.
Some of the Bulit-in functions in qtp :
Date
Split
Left
Right
Mid
Abs
Ltrim
Rtrim
Trim
Invokeapplication
Lcase
UCase
Strrev
Len
Ubound
Lbound
Cint
CreateObject
Cstr
DatePart
Datediff
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Define virtual object?
Object repositories types, which and when to use?
What are the features supported by UFT?
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
How can get count of list box?
What are the steps involved in recovery scenario wizard?
What is the parameterization?
Can any one send me the QTP Basic Coding Samples?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
What are the different types of recovery operation?
How QTP support all types of applications (platforms)?
What are the advantages of parameterization ?
How to create a standard checkpoint ?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me