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...
...
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 |
how to click on object? (with out knowing the object details) for ex: in a webpage one link is available.i want to click that link by using one menthod through qtp?
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
does the vb script knowledge is mandatery in testing using QTP
what is the difference between built-i function and In-built function?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
how will we run batch tests in qtp what is the process to run the multiple test sets?
HI. AnyBody can explain Automation Testing Framework...Generally wht do we Intiate before going to start Automation testing process... Anybody can explain.......Thanks in advacne...
How to creating an output value using quicktest professional?
what is Unicode Compatibility ? HOw does this makes a diffrence from Winrunner.?
How can you find Local Host Name by Using QTP?
how can we return a value from userdefined function for eg 2 functions in func1 iam getting 2 values(a,b) and storing in var(C). now i want to pass that var(c) to another func2 give me the script
We stored into the objects OR and then write the scripting