testeverythingqtp.blogspot.com
TESTEVERYTHING (QTP,JMETER,SELENIUM,WEBDRIVER): Use Regular Expressions QTP
http://testeverythingqtp.blogspot.com/2011/04/use-regular-expressions-qtp.html
TESTEVERYTHING (QTP,JMETER,SELENIUM,WEBDRIVER). It's All About Testing. Wednesday, 13 April 2011. Use Regular Expressions QTP. Some Time QTP not recognize the application object during seond run it Or it run first time successfully then QTP give an error cannot identified the application Window object properties does not match with the test object. there might be a case of window name /object name change each time. Here we required the use of regular expression See the example. Same case can we apply for...
workingwithqtp.wordpress.com
rajivkumarnandvani « WORKINGWITHQTP
https://workingwithqtp.wordpress.com/author/rajivkumarnandvani
Just another WordPress.com weblog. Get Text Location / ClickOnText QTP VB. Laquo; Previous Entries. Close All Browser Except One QTP VB. On March 25, 2011. Hi He some we required that. HP0-M16 Exam Questions and Answers | QTP Certification. On June 22, 2009. Here are some links for QTP certification:. Http:/ h10017.www1.hp.com/certification/. 8212; Contains details about the program. Ftp:/ ftp.hp.com/pub/hpcp/epgs/HP0-M16 EPG.pdf. HP QuickTest Professional 9.2. Purpose of the exam prep guide. HP QuickTes...
workingwithqtp.wordpress.com
2009 May « WORKINGWITHQTP
https://workingwithqtp.wordpress.com/2009/05
Just another WordPress.com weblog. Get Text Location / ClickOnText QTP VB. Archive for May, 2009. Laquo; Previous Entries. Create ZiP file VB QTP / UnZip file VB QTP. On May 13, 2009. Function WindowsUnZip(sUnzipFileName, sUnzipDestination). Set oUnzipFSO = CreateObject(“Scripting.FileSystemObject”). If Not oUnzipFSO.FolderExists(sUnzipDestination) Then. With CreateObject(“Shell.Application”). NameSpace(sUnzipDestination).Copyhere .NameSpace(sUnzipFileName).Items. Set oUnzipFSO = Nothing. SLoop = sLoop 1.