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 |
How to create MSAcess table foriegn key
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
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
Write VB script to convert from feet to inches(hint 1feet=12 inches)
Mention the environments where vbscript could be run?
What is parametrization ?
what is the code in QTP to take screen shot? Please send me any one to my mail id. my mailid is manu.sanepalli@gmail.com
I want to count the total no of links present in yahoo home page. The script like Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo!India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing But while running the script it is fail (the object not present in the object repository).How to overcome please tell me the detail steps...for QTP9.30
write a Vb script to find a whther a selected drive exits.
what is the features of visual basic?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
What are string functions in vbscript?