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
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 |
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 |
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 |
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 |
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 |
What is difference between Active screen and movie screen recorder in QTP 9.2?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
Mention how you can call vbscript functions?
1)How to test whether items in a weblist are in alphabetical order or not?
how to acces the remote mechine using vb cript(QTP)
Hello Friends , I am the new joinner of this website. I am working with Sapient ,Gurgoan I would like to ask few qurries regarding the QTP Tool of (Testing) Currently working on QTP Tool . I would like to no learn VB Script can u name some Books which i get in market. And a small issue in QTP I had 2 users right i have to login and send the document from this user to second user right. when i am send this doc some contendId number generates right. now i am loging into second user and i have to search for that contentId right i found it now i dont want to accept the document so i had an opption of check out ok i have to click on check out my QTP Code is like this Browser(" ").Page(" ").WebTable(" ").ChildItem (3,5,"Image",0).click Browser(" ").Page(" ").Link("ChecK Out").Click i new this code is perfectly right but when i am run the script i have to click on that particular contentId and click on check out but now the Problem is started the error is the document has been already checked out remeber every time my content id changes means it is the new contentId which is not been used atleast once Please help me out in this issue i am in big trouble
What is the use of "Option Explicit"?
How are values assigned to the variables in the vbscript language?
What is the use of the recordset object and which statement is used to create such an object?
What is the difference between vbscript and vba?
Which constant is used for print and display functions and works as same as pressing enter key?
How to write VB script for login module?