how to handle the textboxes where in it should take the sum
like ex:: while posting a question in this site it will for
what is the result of 6+3=__ where in we have to enter
manually 9 and click on submit... but how to handle these
cases in qtp.. can someone plz help me out wid dis...
Answer Posted / ashok kumar
...
Values = Trim(Browser("").Page("").WebElement("html
tag:=B").GetROProperty("intertext")) 'Remove extra space
numbers = Split( (Left (values,Len( values)-1)),"+") 'split
two numbers
Browser("").Page("").WebEdit("tqa").Set
CInt(Trim(numbers(0))) + CInt(Trim(numbers(1)))
...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
How do you delete unwanted results in qtp?
Explain the types of object repository?
How to customize qtp?
Where to use Property Let, Property Get, Property Set in UFT
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
What is the difference between Keyword Driven test and Data Driven test?
How to execute a winrunner script in quicktest professional?
What are the differences between quicktest professional (qtp) and winrunner?
Can we create user defined functions in qtp?
hi nani my doubt is how does qtp process metrix related to software process.
How software automation specialist enter steps in the Expert View?
Describe synchronization point.
What is use of object spy?