Do we get any issues if we run the test script on
differentbrowsers?what are the options we need to set in
QTP?

Answer Posted / akshar jain

QTP will work only for IE NOT FOR ANY OTHER BROWSER

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can i compare two databases using QTP ?

1885


Generic function to search for the unique link in webtable and click on it

2490


Explain the concept of object repository and how quicktest professional recognises objects?

561


Explain types of descriptive programming?

591


What is checkpoints for qtp?

536






How do we handle run-time errors?

583


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?

1508


There is an excel file of 1 to 100 sheets how you will iterate through it?

532


How QTP identify the system time that's changes every seconds?

598


What is the difference between run time object and test object?

583


What is the use of sendkeys and what are send keys

1956


How will internal and external links be validated and updated? how often?

643


Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.

2427


I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian

1574


The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)

2804