how to write function to validate the number of characters
entering into the text box?
Answers were Sorted based on User's Feedback
Answer / bfakruddin
dialog("text:=Login").winedit("attached text:=Agent Name:").set "Baba"
text=dialog("text:=Login").winedit("attached text:=Agent Name:").getroproperty("text")
Function length(text,le)
le=len(text)
End Function
Call length(text,le)
msgbox le
| Is This Answer Correct ? | 2 Yes | 1 No |
Can any 1 modify the code whr in want to add\rename a excel sheet in qtp?
How to Import data from a file (file is on the desktop) to the data table
Explain the difference between POST and GET Method.
what is the difference between modular and data and keyword driven framework
Explain about the asc function?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
How can you test font size, type and color using QTP tool?
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
Write a program to print all lines that contains a word either “testing” or “qtp”
What's the difference between vbscript and vb.net?
I want good books or good sites for scripting.Can any one help me.
What are the different types of loops available in the vbscript language?