
qtpsudhakar.com
SUDHAKAR'S QUICK TEST PROFESSIONAL BLOGThis blog is a guide for QTP Automation testers. It has basic to advanced scripts, scripting techniques, real time concepts and sample frameworks
http://www.qtpsudhakar.com/
This blog is a guide for QTP Automation testers. It has basic to advanced scripts, scripting techniques, real time concepts and sample frameworks
http://www.qtpsudhakar.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Wednesday
LOAD TIME
0.1 seconds
16x16
32x32
Domains By Proxy, LLC
Registration Private
Domain●●●●●●xy.com
14747 N Norths●●●●●●●●●●●●●●e 111, PMB 309
Sco●●●ale , Arizona, 85260
United States
View this contact
Domains By Proxy, LLC
Registration Private
Domain●●●●●●xy.com
14747 N Norths●●●●●●●●●●●●●●e 111, PMB 309
Sco●●●ale , Arizona, 85260
United States
View this contact
Domains By Proxy, LLC
Registration Private
Domain●●●●●●xy.com
14747 N Norths●●●●●●●●●●●●●●e 111, PMB 309
Sco●●●ale , Arizona, 85260
United States
View this contact
14
YEARS
10
MONTHS
16
DAYS
GODADDY.COM, LLC
WHOIS : whois.godaddy.com
REFERRED : http://registrar.godaddy.com
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
29
SITE IP
74.125.207.121
LOAD TIME
0.141 sec
SCORE
6.2
SUDHAKAR'S QUICK TEST PROFESSIONAL BLOG | qtpsudhakar.com Reviews
https://qtpsudhakar.com
This blog is a guide for QTP Automation testers. It has basic to advanced scripts, scripting techniques, real time concepts and sample frameworks
SUDHAKAR'S QUICK TEST PROFESSIONAL BLOG: Object Repository Types
http://www.qtpsudhakar.com/2009/02/object-repository-types.html
For any corporate training requirements Please mail To sudhakar@qtpsudhakar.com. New Schedule in MindQ Systems, Madhapur. 730 AM to 9.00 AM. A book " Cracking the QTP interview. Thursday, February 12, 2009. Test objects can be stored in two types of object repositories—a shared object repository and a local object repository. A shared object repository. Stores test objects in a file that can be accessed by multiple tests (in read-only mode). A local object repository. QuickTest adds all new objects to th...
SUDHAKAR'S QUICK TEST PROFESSIONAL BLOG: UFT Beginners Guide
http://www.qtpsudhakar.com/p/beginners.html
For any corporate training requirements Please mail To sudhakar@qtpsudhakar.com. New Schedule in MindQ Systems, Madhapur. 730 AM to 9.00 AM. A book " Cracking the QTP interview. The complete list of posts given below with sub categories. This will be useful to for beginners to learn QTP. QTP 11 New Features. QTP Version Information Card. QTP Environment Support Card. Recording types in QTP. How to Run the analog recorded code which is copied from another test? Object Identification in QTP. Import XLSX Sh...
SUDHAKAR'S QUICK TEST PROFESSIONAL BLOG: What is LeanFT? Why do you need to learn HP LeanFT? What is the advantage you get??
http://www.qtpsudhakar.com/2015/07/what-is-leanft-why-do-you-need-to-learn.html
For any corporate training requirements Please mail To sudhakar@qtpsudhakar.com. New Schedule in MindQ Systems, Madhapur. 730 AM to 9.00 AM. A book " Cracking the QTP interview. Friday, July 24, 2015. Why do you need to learn HP LeanFT? What is the advantage you get? These are the common questions which you need to know answers for. Let's discuss. The Fall of QTP/UFT and Raise of Selenium. Companies started giving preference to selenium though it support only WEB applications, difficult to automate many ...
SUDHAKAR'S QUICK TEST PROFESSIONAL BLOG: Deleting Browsing History, Temporary Files, Cookies
http://www.qtpsudhakar.com/2009/02/deleting-browsing-history-temporary.html
For any corporate training requirements Please mail To sudhakar@qtpsudhakar.com. New Schedule in MindQ Systems, Madhapur. 730 AM to 9.00 AM. A book " Cracking the QTP interview. Tuesday, February 24, 2009. Deleting Browsing History, Temporary Files, Cookies. Posted by Qtp Sudhakar. QTP Scripting Interview Questions. Subscribe to: Post Comments (Atom). Descriptive Programming in QTP. HP Lean Functional Testing. QTP Scripting Interview Questions. Working with Test Objects. Virtual Objects in QTP. Using Run...
SUDHAKAR'S QUICK TEST PROFESSIONAL BLOG: Closing of Browsers All Browsers ExceptQC/ALM Except Last Browser Except First Browser
http://www.qtpsudhakar.com/2014/09/Closing-of-Browsers-All-Browsers-ExceptQC-ALM-Except-Last-Browser-Except-First-Browser.html
For any corporate training requirements Please mail To sudhakar@qtpsudhakar.com. New Schedule in MindQ Systems, Madhapur. 730 AM to 9.00 AM. A book " Cracking the QTP interview. Tuesday, September 9, 2014. Closing of Browsers All Browsers ExceptQC/ALM Except Last Browser Except First Browser. QTP Scripting Interview Questions. Working with Test Objects. Subscribe to: Post Comments (Atom). Descriptive Programming in QTP. HP Lean Functional Testing. QTP Scripting Interview Questions. Virtual Objects in QTP.
TOTAL PAGES IN THIS WEBSITE
19
QTP The Venkat's Way: July 2011
http://venkyqtp.blogspot.com/2011_07_01_archive.html
QTP The Venkat's Way. Monday, July 25, 2011. Various Types of Testing. Validation of XML data content on a transaction-by-transaction basis. Where desirable, validation of formal XML structure (metadata structure) may also be included. Java Testing (EJB, J2EE). Data Integrity Testing :. Validation of GUI characteristics against GUI requirements. Tracking software issues and defects is at the core of the software quality management process. Software quality can be assessed at any point in the developm...
QTP The Venkat's Way: October 2011
http://venkyqtp.blogspot.com/2011_10_01_archive.html
QTP The Venkat's Way. Sunday, October 16, 2011. A testing phase where the tester tries to 'break' the system by randomly trying the system's functionality. Can include negative testing as well. Testing practice for projects using agile methodologies, treating development as the customer of testing and emphasizing a test-first design paradigm. Characteristics of the product under test related to the product's overall speed of response, or sub-system's speed of response, to a user initiated activity. The u...
QTP The Venkat's Way: March 2012
http://venkyqtp.blogspot.com/2012_03_01_archive.html
QTP The Venkat's Way. Friday, March 2, 2012. Create excel file and enter some data save it. Set workbooks=excel.Workbooks.Add(). Set the value in First row first column. Workbooks.saveasD: excel.xls. Quit from Excel Application. Reading Values from a Specific excel Sheet. Open the Excel File. Set workbook=excel.Workbooks.Open(D: excel.xls). Get the Control on Specific Sheet. Set worksheet1=excel.Worksheets.Item(Sheet1). Msgbox worksheet1.cells(1,1).value. Quit from Excel Application. Open the Excel File.
QTP The Venkat's Way: December 2010
http://venkyqtp.blogspot.com/2010_12_01_archive.html
QTP The Venkat's Way. Thursday, December 30, 2010. To fetch the IP Address of the machine Using QTP Script. Set objWMIService = GetObject(winmgmts:& {impersonationLevel=impersonate}! StrComputer and root cimv2). Set colItems = objWMIService.ExecQuery(Select * From Win32 NetworkAdapterConfiguration Where IPEnabled = True). For each objitem in colitems. StrIPAddress = Join(objitem.IPAddress, ,). Copy data from Excel sheet to Text file using QTP Script. How to add Hyperlinks in Excel using QTP Script. Set o...
QTP The Venkat's Way: June 2011
http://venkyqtp.blogspot.com/2011_06_01_archive.html
QTP The Venkat's Way. Monday, June 6, 2011. File System Object (FSO) in QTP. File System Object (FSO) basics. Dictionary object in qtp. What is Dictionary Object? Dictionary Object stores data key, item pairs. A Dictionary object stores the items in the array. Each item is associated with a unique key. The key is used to retrieve an individual item and is usually an integer or a string, but can be anything except an array. Adavntages of using it in QTP:. So it is useful only in Run time , not design time.
Quick Test Professional blog: QTP Bibliography
http://www.qtpcenter.com/2011/09/qtp-bibliography.html
Quick Test Professional blog. This is here to help all QTP professionals in their daily challenges when automating the testing process. Also it contains some good posts about IT and High Tech lovers. ENJOY! IT and HI Tech News. July 22, 2011. Hi guys, I decided to post here a list of useful sites, some kind of bibliography where you'll be able to find a lot of interesting and useful articles about QTP. See them bellow:. There are the most used resources by me:. Http:/ www.learnqtp.com/. Http:/ www.vb...
QTP The Venkat's Way: August 2010
http://venkyqtp.blogspot.com/2010_08_01_archive.html
QTP The Venkat's Way. Wednesday, August 18, 2010. HP0-M16 (QTP) certification Details. QTP Certication Question Papers -1. QTP Certification Papers -2. QTP Certification Question Papers -3. QTP Certification Question Papers -4. QTP Certification Question Papers -5. QTP - Interview Questions. QTP - Interview Questions Part - 1. QTP - Interview Questions Part - 2. QTP - Interview Questions Part - 3. QTP - Interview Questions Part - 4. QTP - Interview Questions Part - 5. QTP - Interview Questions Part - 6.
QTP The Venkat's Way: HP Unified Functional Testing (UFT/QTP) 11.5 new Features
http://venkyqtp.blogspot.com/2014/01/hp-unified-functional-testing-uftqtp.html
QTP The Venkat's Way. Tuesday, January 21, 2014. HP Unified Functional Testing (UFT/QTP) 11.5 new Features. HP Unified Functional Testing (UFT/QTP) 11.5 new Features. The latest version of HP-QTP 11.5 (UFT) Unified Functional Testing has hit the market and here are the brief points about new features in the tool. Earlier HP has 2 tools. 1 QTP for GUI applications functional testing. 2 Service Test for web services Testing (GUI less testing). Have a new IDE aligned with modern dev IDEs (like Eclipse).
TOTAL LINKS TO THIS WEBSITE
29
Automation Testing - QTP
Automation Testing - QTP. Chm not working - Try this. Right click on the .chm file and select properties. In "General" tab of properties dialog box, check for the content "This file came from another computer and might be blocked." in Security section. Click on "Unblock" button. Check the below image,. This may work, please check. Record and Play back. How to connect to Data Base from QTP. How to ConnectQTP with QC ( Establishing connection between QTP and QC). How to Run QTP scripts from QC.
QTP Solutions - Home
Agile Software Consultants and Developers. Smart solutions from a professional digital consultancy. Major institutions and brand names rely on us to deliver smart and powerful software solutions. The main objective of our consultants team is to get to the root of your pain, going beyond the surface to uncover deeper truths and distill key requirements, because we believe that's where the heart of the solution lies. Working with QTP Software Solutions, you can be confident of excellence.
yedaza.pw
Home - QTP K.K.
SUDHAKAR'S QUICK TEST PROFESSIONAL BLOG
New Schedule in MindQ Systems. 0730AM to 09.00AM. A book " Cracking the QTP interview. Authored by Sudhakar Kakunuri. Thursday, July 30, 2015. LeanFT / LFT Technology Support. HP Lean Functional Testing. Friday, July 24, 2015. Why do you need to learn HP LeanFT? What is the advantage you get? Posted by sudhakar kakunuri. HP Lean Functional Testing. Friday, June 26, 2015. HP's New Automation Tool - LeanFT. Tuesday, November 18, 2014. Prepare QTP/UFT Tests Batch Execution Using AOM. Virtual Objects in QTP.
tapengai.pw
用户登录 — 蓝水用车洽谈平台
Automation testing concepts and challenges
Automation testing concepts and challenges. Sunday, June 7, 2015. Recording modes in UFT. Recording modes in UFT. A good threat is worth a thousand tests" - Boris Beizer. Links to this post. Tuesday, June 2, 2015. Recovery Scenarios in UFT. Recovery Scenario File in UFT. A good threat is worth a thousand tests" - Boris Beizer. Links to this post. Subscribe to: Posts (Atom). There was an error in this gadget. QTP / Software Testing Blog's. QTP Blog by Ankur Jain. Stefan Thelenius about Software Testing.
QTP online Training, Qtp Testing Hyderabad, QTP Training at Hi Tech City
Qtp testing training in hyderabad by Real time Trainers, suitable only for experienced people in manual testing, Oracle Apps with QTP training. Contact: 91- 7799651099 admin@qtptesting.com. Tuesday, 2 October 2012. QTP Training in Hyderabad. QTP Training On Linkedin. This Program is suitable only. For Experienced People, not for Beginners / Fresher. Contact for classes 91-7799651099. QTP TRAINING IN LINKED IN. Above: Indian Bank, Hi-Tech City. Program Will commence on:. Weekly 12 Hours, One Month). Creat...
qtptestinginterviewquestions.blogspot.com
Manual testing and Automation Testing(QTP) Questions
Manual testing and Automation Testing(QTP) Questions. Manual Testing,Automation Testing,QTP,WinRunner,RFT Testing Interview Questions. Wednesday, January 18, 2012. How to close any application without using the object? Posted by gopikrishna.chowdhury@gmail.com. What are the options to write the QTP Sccript without using the Object Repository? 1Using Description object and using that object in the place of logical name in the script. Posted by gopikrishna.chowdhury@gmail.com. The output I want is. How to ...
SOCIAL ENGAGEMENT