Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


we executed QTP scripts in one browser(i.e IN)same scripts
is working on another browsers or not (i.e mean netscap,m
azol..like )

Answers were Sorted based on User's Feedback



we executed QTP scripts in one browser(i.e IN)same scripts is working on another browsers or not (..

Answer / harry

Hi there,
If you look at record and run setting (QTP)
carefully it say you can record only on IE but you can run
any supported version.

Is This Answer Correct ?    3 Yes 1 No

we executed QTP scripts in one browser(i.e IN)same scripts is working on another browsers or not (..

Answer / satyanarayana

Hi Harry you are absolutely correct.

We have to record the scripts using only IE.
But we can run our tests in any browser.

Is This Answer Correct ?    2 Yes 2 No

we executed QTP scripts in one browser(i.e IN)same scripts is working on another browsers or not (..

Answer / srinu

We can recored in one browser and we can run in another
browser aslo ,we have to run in update mode so that
properties of the appilication will be updated and it can
identify the objects

We ref this in QTP help

Is This Answer Correct ?    0 Yes 1 No

we executed QTP scripts in one browser(i.e IN)same scripts is working on another browsers or not (..

Answer / kiran.a

No, its not executed. Bcoz during writing the script it
takes the current browser, while executing u may chng the
browser it shows error. If u want to execute on any browser
better to create genric functions for those scripts

Is This Answer Correct ?    0 Yes 2 No

we executed QTP scripts in one browser(i.e IN)same scripts is working on another browsers or not (..

Answer / satheesh

no it is not accepted

Is This Answer Correct ?    0 Yes 3 No

we executed QTP scripts in one browser(i.e IN)same scripts is working on another browsers or not (..

Answer / bfakruddin

By using QTP, You can develop script or record script only on Internet Explorer with out tabbed browser. QTP 9.1 supports IE 7.0 & Vista,

Once you ready with script you can run that script on Firefox, netscape navigator..etc.,

you have to get some information how to run scripts on different browsers. otherwise you will face some small issues.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More VB Script Interview Questions

Explain about the asc function?

0 Answers  


Difference between Function and Sub routine?

0 Answers   Polaris,


What is byref and byval parameters in vbscript?

0 Answers  


Hi, Anybody could you Please tell me How to write the script for Checking whether given number is Prime Number or not..Thanks in Advance

6 Answers   Amazon,


What is string concatenation function in VBScript?

2 Answers  


What is the use of the instr function?

0 Answers  


What variable can you use to share info across the whole application for one user?

2 Answers  


Could Anybody tell me VBScript for Check if a given number is Prime number-Don't use any Built- in Functions Boolean/int is Prime(int number).. Thanks in advance.

12 Answers   Amazon, Pyroferus,


How to remove the spaces in a string Ex: "this is apple"

5 Answers   Cap Gemini,


Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar

0 Answers  


Hi Friends, I am facing some issues with If,else condition,i.e. i am working on some web page for ex:gmail page.now if i want to check if username is incorrect or already exist,i want to display error message in my test report,for this i am using a simple code first,i.e. If Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Email").Set "Shekhar.g"= true Then Msgbox ("Username Does not Exist!") Else msgbox ("Welcome !") End If But still i am getting a syntax error If Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Email").Set "shekhar.g"= true Then Msgbox ("Username Does not Exist!") Else msgbox ("Welcome !") End If I don't feel any thing wrong in this syntax but i don't understand why it shows such error,i am confused what went wrong,please help me out & do the favor,thanks a lot....

1 Answers  


Mention how to access array data?

0 Answers  


Categories