qtp-learnings.blogspot.com qtp-learnings.blogspot.com

qtp-learnings.blogspot.com

QTP-Learnings

A collection of some my learnings in QTP. This would be helpful for all the beginners in QTP and automation testing. Monday, February 11, 2013. Function to return only characters and numbers in any string. This function can be used to return only the characters and numbers in any string. It is useful for string comparison and data comparison. All spaces and other special characters will be removed from the return value. For i = 1 to sLen. SChar = Left(myString,1). MyString = Right(myString,(snewLen-1).

http://qtp-learnings.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR QTP-LEARNINGS.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

May

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Thursday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.0 out of 5 with 16 reviews
5 star
7
4 star
4
3 star
4
2 star
0
1 star
1

Hey there! Start your review of qtp-learnings.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • qtp-learnings.blogspot.com

    16x16

  • qtp-learnings.blogspot.com

    32x32

  • qtp-learnings.blogspot.com

    64x64

  • qtp-learnings.blogspot.com

    128x128

CONTACTS AT QTP-LEARNINGS.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
QTP-Learnings | qtp-learnings.blogspot.com Reviews
<META>
DESCRIPTION
A collection of some my learnings in QTP. This would be helpful for all the beginners in QTP and automation testing. Monday, February 11, 2013. Function to return only characters and numbers in any string. This function can be used to return only the characters and numbers in any string. It is useful for string comparison and data comparison. All spaces and other special characters will be removed from the return value. For i = 1 to sLen. SChar = Left(myString,1). MyString = Right(myString,(snewLen-1).
<META>
KEYWORDS
1 search this blog
2 loading
3 mystr = null
4 slen = len mystring
5 snewlen = slen
6 sascii= asc schar
7 snewlen = len mystring
8 end if
9 next
10 end function
CONTENT
Page content here
KEYWORDS ON
PAGE
search this blog,loading,mystr = null,slen = len mystring,snewlen = slen,sascii= asc schar,snewlen = len mystring,end if,next,end function,posted by,divya,no comments,email this,blogthis,share to twitter,share to facebook,share to pinterest,step 1,step 2
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

QTP-Learnings | qtp-learnings.blogspot.com Reviews

https://qtp-learnings.blogspot.com

A collection of some my learnings in QTP. This would be helpful for all the beginners in QTP and automation testing. Monday, February 11, 2013. Function to return only characters and numbers in any string. This function can be used to return only the characters and numbers in any string. It is useful for string comparison and data comparison. All spaces and other special characters will be removed from the return value. For i = 1 to sLen. SChar = Left(myString,1). MyString = Right(myString,(snewLen-1).

INTERNAL PAGES

qtp-learnings.blogspot.com qtp-learnings.blogspot.com
1

QTP-Learnings: Automating a checkbox in a combo box

http://qtp-learnings.blogspot.com/2012/11/automating-checkbox-in-combo-box.html

A collection of some my learnings in QTP. This would be helpful for all the beginners in QTP and automation testing. Thursday, November 15, 2012. Automating a checkbox in a combo box. Val = Dialog(DialogName).WinComboBox(ComboBoxName).GetVisibleText. Num = Dialog(DialogName).WinComboBox(ComboBoxName).GetItemsCount. For i = 0 to Num-1. Selectitem = Dialog(DialogName).WinComboBox(ComboBoxName).GetItem(i). Pos = Instr(1, val,selectitem). If Pos 0 Then. On Error Resume Next. For i = 1 to 2. If Pos 0 Then.

2

QTP-Learnings: December 2012

http://qtp-learnings.blogspot.com/2012_12_01_archive.html

A collection of some my learnings in QTP. This would be helpful for all the beginners in QTP and automation testing. Sunday, December 9, 2012. Run QTP when the monitor is off/minimized. Change the following registry settings:-. Goto HKEY LOCAL MACHINE SOFTWARE Mercury Interactive QuickTest Professional MicTest. Locate the key “SkipEnvironmentChecks”. Change the value to “1″ (Default value is 0). Subscribe to: Posts (Atom). View my complete profile. Run QTP when the monitor is off/minimized.

3

QTP-Learnings: Getting the number of files with same extension in a folder

http://qtp-learnings.blogspot.com/2011/01/getting-number-of-files-with-same.html

A collection of some my learnings in QTP. This would be helpful for all the beginners in QTP and automation testing. Tuesday, January 18, 2011. Getting the number of files with same extension in a folder. Set oFSO = CreateObject("Scripting.FileSystemObject"). Set oFolder = oFSO.GetFolder(sPath) 'Path of the folder. Set oFile = oFolder.Files. For each sFile in oFile. Pos = Instr(1,sFile.name,".jpeg",1) ' change the extn as required. Subscribe to: Post Comments (Atom). View my complete profile.

4

QTP-Learnings: November 2012

http://qtp-learnings.blogspot.com/2012_11_01_archive.html

A collection of some my learnings in QTP. This would be helpful for all the beginners in QTP and automation testing. Thursday, November 15, 2012. Automating a checkbox in a combo box. Val = Dialog(DialogName).WinComboBox(ComboBoxName).GetVisibleText. Num = Dialog(DialogName).WinComboBox(ComboBoxName).GetItemsCount. For i = 0 to Num-1. Selectitem = Dialog(DialogName).WinComboBox(ComboBoxName).GetItem(i). Pos = Instr(1, val,selectitem). If Pos 0 Then. On Error Resume Next. For i = 1 to 2. If Pos 0 Then.

5

QTP-Learnings: October 2010

http://qtp-learnings.blogspot.com/2010_10_01_archive.html

A collection of some my learnings in QTP. This would be helpful for all the beginners in QTP and automation testing. Wednesday, October 27, 2010. Lock your machine through the script. Add the below code to end of script to lock the machine automatically. Set obj = CreateObject("WScript.Shell"). SCmnd = "%windir% SYSTEM32 rundll32.exe user32.dll,LockWorkStation". ObjRun sCmnd, 0, False. Tuesday, October 19, 2010. Getting the Machine Name through the Script. SMachine = oWshNetwork.ComputerName. Set colItem...

UPGRADE TO PREMIUM TO VIEW 12 MORE

TOTAL PAGES IN THIS WEBSITE

17

OTHER SITES

qtp-certification.blogspot.com qtp-certification.blogspot.com

HP Certification - QTP - QC

HP Certification - QTP - QC. This blog contains almost all the information for HP Quick Test Professional and HP Quality Center Certification. The goal is to put all the information of QTP and QC under one roof. Tuesday, May 7, 2013. QTP 11.5 What's New! What’s new in QTP 11.5. 8226; A brand new modern IDE. 8226; HP Unified Functional Testing 11.5 (GUI API. 8226; HP UFT Mobile – automated testing for mobile. 8226; HP UFT Insight – image based automation. 8226; Integration to CI systems.

qtp-hu.blogspot.com qtp-hu.blogspot.com

qtp.hu a weboldal blogja...

Jobban örülök egy kedves megjegyzésednek, mint bármilyen díjnak. Ezt kérlek vedd figyelembe. 2012 szeptember 18., kedd. Ebből a blogból töröltem a bejegyzéseket. További blogolásom a http:/ qtp.hu/blog. Persze mikor rohadjon le a szerver ha nem épp most? Az igazsághoz hozzá tartozik, hogy még nem teljesen készült el. Lassan a blog lista meglesz (többé-kevésbé már fut a "próbapadon"), ezután még az rss hírcsatorna van ami lényeges, a többi már apróság. Köszönöm mindenkinek hogy velem tartott.

qtp-interview-questions.blogspot.com qtp-interview-questions.blogspot.com

QTP

Buy QTP Selenium Books. Saturday, 1 November 2014. Learn QTP Core Concepts. Hello there - On this Page, you will find all concepts of QTP (UFT). QTP (UFT) Specific Concepts. Object Repository in QTP. Recovery Scenario in QTP. Utility Objects in QTP. Taking a screenshot in QTP. Adding Standard Checkpoints in QTP. Understanding Output Value in QTP. Regular Expression Evaluator in QTP. Code to view associated library file in QTP. How to open website in any browser in QTP. Loading ini file in QTP. You can fi...

qtp-learnings.blogspot.com qtp-learnings.blogspot.com

QTP-Learnings

A collection of some my learnings in QTP. This would be helpful for all the beginners in QTP and automation testing. Monday, February 11, 2013. Function to return only characters and numbers in any string. This function can be used to return only the characters and numbers in any string. It is useful for string comparison and data comparison. All spaces and other special characters will be removed from the return value. For i = 1 to sLen. SChar = Left(myString,1). MyString = Right(myString,(snewLen-1).

qtp-online-training.com qtp-online-training.com

QTP Online Training

QTP online Training in Bangalore. QTP online Training in Bangalore. Is one of the Best Training Institute in Bangalore. We are providing end to end superior QTP training service. Quick Test Professional (QTP): Its main purpose is to automate the user's actions on a Web and Windows based Application. FabGreen offers QTP training to the software testers who want to gain HP QTP automation skills. We will teach you VB Script language which is used to manipulate the application under test. 8226; VModel,Water ...

qtp-onlinetraining.com qtp-onlinetraining.com

QTP Online | QTP training Institute | QTP Classes

Professional Online Education Since 2006. INTRODUCTION TO AUTOMATION TESTING. What is Automation testing. Manual vs. Automation testing. INTRODUCTION TO QUICK TEST PROFESSIONAL. Creating and executing basic test. Record and Run settings. Understanding QTP's execution style. Analyzing quick test results. VB Script data types. Date and time functions. Example on Built in functions. Script for odd numbers. Script for prime numbers. Script for multiplication table. ARRAY FUNCTIONS SAMPLE SCRIPTS ON. Introduc...

qtp-professional.de qtp-professional.de

www.qtp-professional.de

Http:/ www.qtp-professional.de/.

qtp-training-online.com qtp-training-online.com

QTP ONLINE / INCLASS TRAINING

Introduction to Quick Test. Object Recognition and Smarty Identification. Creating Tests with Multiple Actions. Scripting in Real Time Environments. WHAT WE HAVE DONE. QTP Training Course Contents. Introduction to Quick Test. How Quick Test Identifies Objects. Creating Tests with Multiple Actions. Object Recognition and Smarty Identification. Enhance Test cases with Descriptive Programming. Enhance Test Cases with User Defined Functions. Recovery Manager and Scenarios. Scripting in Real Time Environments.

qtp-training.com qtp-training.com

QTP Training in Bangalore - QTP Training at Bangalore