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 ENVIRONMENT VARIABLES?and where it is used in real time scenario?
how do you make the variable declaration mandatory?what is the use of "option explicit"?
What is loose binding? Why is it not a good practice to use it?
Hi I am having one folder with set of text files now i want to read and write that text files data into QTP. Any help plsss.
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
Explain sga memory structures?
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
join all the array values without using join function?
write a vb script to display ***** ***** ***** ***** *****
There is a web Table where You will find Two Columns First Column consist of Check box and Second column consist of Test cases ID(Viz T1,T2,T3....Etc); If You select any Test case ID, respective Check boxes to be checked write a VBSCRIPT for this scenario?
Mention what is the difference between vbscript and vba?
How to declare an array in vbscript?