Whenever we r keeping mouse pointer under the image we r
getting image name. In qtp how can we do this thing.weather
that name is coming or not?
Answer Posted / guttapalyam chakrapani
select the particular icon and learn it to Obj repository.
When writing in script
B().p().WebElement().OnMouserOver
This statement will take the text value and store it into a
variable and we can display
solution-----
a=B().p().WebElement().OnMouserOver
msgbox a
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
In qtp, how you can remove the spaces from string?
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
Why we load add-ins in qtp?
Explain about Test Fusion Report of QTP?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
Hi How to retrieve data from web element line by line?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
What do you to script when objects are removed from application?
Why bpt?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
How to export quicktest professional (qtp) results to an .xls file?
In qtp, how you can use xpath to identify objects?