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 )
Answer Posted / 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 View All Answers
where can i learn VB scripint ?
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
When does ‘on click of button’ event gets triggered in the vbscript language?
How can you create an object in vbscript?
How will you get the last occurrence of one string within another string using vbscript?
How will you get the octal value of the given number in vbscript?
How to Convert Hex color code to color name in VB Script?
What is the purpose of the err object in the vbscript language?
Explain about vb script?
what is the use of QCUtil? explain with one example?
What is the purpose of regexp object in vbscript?
In html file what is an ideal position to include vbscript?
Compare java script and vb script?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
Explain about tristate constants?