How u call functions in QTP Function to calculate the
length of characters in a wor
Answer Posted / alok
Please use the following steps:
str="QTP"
A=len(str)
msgbox A
o/p
3
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
Define object spy ?
Why qtp the best testing tool?
How can you identify the browser and its information using the qtp script?
how can i call function (which has link with excell sheet at a remote location) within another function
How you are developing the script? Using record and play back or manual?
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
Is text area check point supports for web applications?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
How is UFT 11.5 version different from UFT 12.0?
what is the structure for the data driven framework
What are the types of properties that quick test learns while recording?
What are some test assets and related extensions of qtp?
What are the different attribute used with regular expression?