I have one bitmap image in my webpage. The bit map image is
moving like 1 place to 2nd place and 2nd place to 3rd place
Etc… in my webpage.
I wanted to write script for dynamical objects like above
example.
Could you please send me the answer for above query.
Answer Posted / raj kumar
This is the correct answar
Var= Browser("Automation Testing Interview").Page("Automation
Testing Interview").Image(html tag:=IMG", file
nmae:=KalAajKal.com").Exit
If Var= True then
Browser("Automation Testing Interview").Page("Automation
Testing Interview").Image(html tag:=IMG", file
nmae:=KalAajKal.com").Click
Else
Msgbox " No image on page"
endif
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How to remove associated function library?
banking project description for software tester
What is the extension of the qtp local repository?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
How can you pass value one action to another action?
What is the new version of qtp which is recently released in the market?
What is the qtp testing process?
How can I change object description or check point values in qtp?
How do you know the location Id of an object if you know its index id?
How can I check if a environment variable exist or not?
What are main panes available in qtp test browser?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
What is system testing and what are the different types of tests you perform in system testing?
Can we Test Welcome Screens and Process Images with QTP
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?