HOW TO OPEN NEW TAB USING VB SCRIPT IN QTP?
Hai Buddy,
I just to inform you that QTP support Internet Explorer and
IE earlier versions don't have TAB functionality up to IE-7
Internet explorer just open the new BROWSER always not TAB
so,if functionality is not available then how you open
this.....
| Is This Answer Correct ? | 4 Yes | 18 No |
write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then b and up to g)
How to create MSAcess table foriegn key
why do u choose to go for testing why cant for devoloping
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
w r p syed then output was deys and click eysd and click ysde and click sdey and click deys and click eysd............
What is dictionary object in vbscript? Explain?
How do you write an SQL insert statement?
what is used of Property........End Property loop ? how to write the script for it?
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
Explain vbscript in detail?
i have developed the below QTP script to count the no of items available in the web list "Select a product" in www.bankrate.com and also want to print what are the items??? can any one help me to rectify the below script??? SystemUtil.Run "iexplore.exe","www.bankrate.com" a=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetTOProperty("items count") msgbox a Dim List() ReDim List(a-1) For i = 1 To a List(i-1)=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page ("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetItem(i) Print List(i-1) Next
What are the differences between Visual Basic, VBA and VBScript? When would it be appropriate to use one as opposed to another?