When I start recording any web application (either Mozilla
or IE) QTP recognizes window instead of browser and also it
does not show all the hierarchy tree of that particular web
page.
1. Window("Mozilla Firefox").Check CheckPoint("Mozilla Firefox")
2. As everybody knows it should be
browser("Mozilla Firefox").Check CheckPoint("Mozilla Firefox")
I am using the windows vista, do you think it may be a
problem of my settings in QTP or problem of my installation.
Your kind responses will be appreciated.
Thanks in advance.
Satya
Answer Posted / ramanjaneyulu
Solution : In windows 7
The solution to the problem was turning the setting “Enable Protected Mode” off in Internet Explorer. To do this perform the following steps:
Mode” off in Internet Explorer. To do this perform the following steps:
1. Open Internet Explorer
2. Select “Tools > Internet Options”
3. Click the Security tab
4. Make sure “Enable Protected Mode” is unchecked so that it is off(as shown below).
5. And at last don’t forget to restart your IE. Thats it !!
Solution: VISTA
In vista you need to Off user control option .To off the user control option follow the following steps.
Click Start >Control Panel>User Accounts and Family Safety>User Accounts and uncheck the Turn User Account Control On or OFF option
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How QTP identify the system time that's changes every seconds?
What are output values and why they are used ?
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
Differences between text and test area checkpoints?
How many types of parameters are available in quicktest professional (qtp)?
How to create scenario selector
How to associate function library at a run time?
How to attach a file to TD?
What is business process testing(bpt) in qtp?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
1 Folders in VSS 2 In navigation script there are 100 script i want to run first 50 and 37th script also not needed to run how to do this 3 What is navigation script,Driver script, business script what we are loaded in this script 4 use of resource tab 5 Difference between verification and validation give real scenario example 6 file scripting object when to use it 7 what are the problems you are faced while testing web application 8 difference between expert view and keyword view 9 difference between QTP 8.2 and QTP 9.2 navigation frame work please answer these questions from real time working people as early as possible
if anyone has idea of the interview procedure in covansys, plz send me a mail?
How to handle the exceptions using the recovery scenario manager in qtp?
How you calling actions in qtp?
How can we conduct U-I Testing by using QTP??????