If 3 browsers are opened in our system, how to enter the
facebook url into second browser by using descriptive
programing
Answer Posted / gabbar
browser("CreationTime:=1").Navigate"facebook.com"
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance
Without using gui map editor we can recognize the application in winrunner ?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
How will you check that your test cases covered all the requirements?
What are the methods used in UFT to handle exceptions or run-time errors?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
How to find the name of the machine where you are running your automation scripts in qtp?
UFT 12.02 which ALM version will support
i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
What is smart identification in QTP?
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
What is the difference in the global and action sheet in qtp?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?