I am not able to record yahoomail browser.its giving error
like "The browser Application can't be launched .Posssibly
the URL is wrong"
So anyone can tell me what setting i have to do in qtp??
Answer Posted / sangeetha k
Disabling "User Account Control" from the control panel and
doing a restart solves this issue. It does, however, put
your PC slightly more at risk.
Control Panel -> User Account & Family Settings -> User
Accounts -> Turn User control On or Off -> uncheck that
box, and restart the system.
So after working on web based applications, we need to
revert to the original settings.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
What are the key elements available in test result window?
What is TOM in QTP?
In qtp, explain what is keyword driven automation framework?
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
Shall we add Local Repository to shared object repository,if yes,how we add
Mention what are the different types of recording modes in qtp? Which will be used when?
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
after click on compose mail how can we attached a file in qtp with vbscript code
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); }
Tell me about qtp?
How to sendKeys in QTP? Diff b/w sendkeys and device replay? Diff b/w function and Sub? Diff b/w Array and List Different Types of running Keys other than Fast, slow,Normal mode Regular expression for http://newtours.demoaut.com Difference between \w and \W How to generate script button Recording Types Different Types of Actions? Using DP performance degrades, If Yes why? How to close all the opened browsers? Diff b/w SystemUtil.Run and invoke application? If qtp not recognized the combo box How to select values from drop down?
Explain the concept of object repository and how QTP recognizes objects?
can the activities of test case design be automated?