Blogspot - qtpcomplete.blogspot.com - Software Testing and QTP Complete Tutorials and Interview Questions

Latest News:

find more qtp info here 2 Jul 2012 | 03:31 am

Learn complete QTP on this blog. click on the side selected topics and learn the topics. you find the complete information on the selected topics along with examples and how to include in your scrip...

find more qtp info here 2 Jul 2012 | 03:31 am

Learn complete QTP on this blog. click on the side selected topics and learn the topics. you find the complete information on the selected topics along with examples and how to include in your scrip...

Adodb Object 16 Jun 2012 | 05:51 pm

dim adodb Set adodb = WScript.CreateObject("adodb.connection") ' create the DSN in administrative tools and give the name ' in below connection string adodb.Open("dsn=xdsn;username=root;passsword=")....

Adodb Object 16 Jun 2012 | 05:51 pm

dim adodb Set adodb = WScript.CreateObject("adodb.connection") ' create the DSN in administrative tools and give the name ' in below connection string adodb.Open("dsn=xdsn;username=root;passsword=") ...

Err object 16 Jun 2012 | 05:50 pm

x = 10 y = 0 On error Resume Next z = x/y If Err.Number = 0 Then MsgBox z Else MsgBox Err.Description MsgBox Err.Number End If

Err object 16 Jun 2012 | 05:50 pm

x = 10 y = 0 On error Resume Next z = x/y If Err.Number = 0 Then MsgBox z Else MsgBox Err.Description MsgBox Err.Number End If

HTTP Object 16 Jun 2012 | 05:48 pm

Dim xmlhttp Set xmlhttp = WScript.CreateObject("Msxml2.XMLHTTP") xmlhttp.open "get","http://qtpcomplete.blogspot.com",false xmlhttp.send() WScript.StdOut.WriteLine xmlhttp.responseText

HTTP Object 16 Jun 2012 | 05:48 pm

Dim xmlhttp Set xmlhttp = WScript.CreateObject("Msxml2.XMLHTTP") xmlhttp.open "get","http://qtpcomplete.blogspot.com",false xmlhttp.send() WScript.StdOut.WriteLine xmlhttp.responseText

XMLDOM Object 16 Jun 2012 | 05:45 pm

x = " soap soap " Dim xmldoc Set xmldoc = WScript.CreateObject("microsoft.xmldom") 'msxml2.domdocument xmldoc.loadXML(x) 'xmldoc.load("C:\test_automation\vbscript\test.xml") Set y =  xmldoc.do...

XMLDOM Object 16 Jun 2012 | 05:45 pm

x = " soap soap " Dim xmldoc Set xmldoc = WScript.CreateObject("microsoft.xmldom") 'msxml2.domdocument xmldoc.loadXML(x) 'xmldoc.load("C:\test_automation\vbscript\test.xml") Set y =  xmldoc.docum...

Recently parsed news:

Recent searches: