Thursday, July 30, 2015
Sunday, March 9, 2014
Downloads,HP QC,QC 11.5,Quality Center,Quality Center 11.5
2 comments
how to Download HP Quality Center 11.50
Download the latest version of QC 11.50 evaluation version from the hp site below.
Download Quality Center 11.50

Steps to Download:
1. Open the above link
2. Click on the "Try Quality Center Enterprise Now" button
3. Click on Next button
4. Fill the information about your self to valid information and send the conformation email to your email id.
Note: licence information also sent to this email id
5. Click on I agree button to accept the terms of use
6. Now you will be able to see list of download links
7. Download this Software, HP QC/ALM11.50 Windows English (T7333-15018.ISO)
8. Make sure your download file is not corrupted before installation
9. Extract the ISO file using the software’s available in your system
10. You have the setup to install the Quality Center 11.50 trail version
Let me know by comments, if you want more information on the HP QC 11.50 installation or struck with download.
Monday, February 17, 2014
3 comments
QTP Automation Testing: How to download HP QTP 11.5/ HPUFT 11.5?
Saturday, July 6, 2013
1 comment
What's New in the HP Functional Testing 11.5 Suite
HP Unified Functional Testing(UFT) = HP QuickTest Pro(HPQTP) + HP Service Test(HPST)
Quick Test Professional (QTP) is functional automation testing tool and Service Test (ST) will available in single package to serve the Automation testing needs prominently.
HP UFT 11.5 features are defined by its advanced accessibility of the tools which incorporated in the hp uft 11.5 interface
Click here to view the Presentation from HP.
Thursday, January 13, 2011
Downloads,QC 11,Quality Center
19 comments
Download Quality Center 11.00
Download the latest version of QC 11 evaluation version from the hp site below.
Download Quality Center 11.00
Steps to Download:1. Open the above link
2. Click on the "HP Quality Center 11.00 Evaluation"
3. Login/Register to HP with valid information.
4. Click on I agree button to accept the terms of use
5. Now you will be able to see list of download links
6. Download this
I.Software_HP_ALM_11.00_Windows_TC096_15000.zip
II.Software_HP_ALM_11.00_Windows_TC096_15000.z01 files to one folder and extract it
7. You have the setup to install the Quality Center 11 trail version :)
Let me know if you want more information...
Thursday, December 2, 2010
Monday, October 18, 2010
64 bit Application,Downloads,QTP Supports 64 bit Application?,QTP Supports Windows 7 Operating System ?,What's New in QTP
2 comments
QTP Supports Windows 7 Operating System and 64 Bit Applications ?
Now QTP 11.00 Supports Microsoft Windows 7 (32-bit & 64-bit) and Windows Server 2008 (64-bit). you need to install the QTP_00699 Patch to get the complete support for the 64-bit applications, you can download QTP_00699 patch from below link.
If you Install QTPWEB_00037 and QTP_00644 Patches, QTP 10.0 will work fine in your Windows 7 OS system,
Friday, October 8, 2010
QTP 11.00 New Features

Ø
Manage Your Test DataQuality Center (HP Application Lifecycle Management) test configuration functionality enables to determine runtime which data sets to use for your tests execution.
HP ALM test configurations enable:
Unbind your data from your tests
Share common data sources across different tests
Filter your data to fit your testing needs
Increase requirements traceability
Test data can be stored in the Quality Center Test Resources module in the form of data table resource files.
Ø
Test Your GUI and UI-Less Application Functionality in One Test
“QuickTest-Service Test” integration enables to test across the GUI and non-GUI layers of the application.
We can use QuickTest steps to start testing the GUI elements in the application, then call a “Service Test” test to validate service communications (standard Web Services, non-SOAP Web Services, such as REST, etc.), and then step back into your QuickTest GUI testing, all in a single test run.
The results of the QuickTest and Service Test steps are displayed in a unified report in the new Run Results Viewer.
Ø
New Run Results Viewer
The new Run Results Viewer provides an Executive Summary page with summary data, pie charts and statistics for both the current and previous runs, a quick link to the previous run results, and more.
The Run Results Viewer displays the results of your run session in a set of panes that you can show, hide, move, dock, and otherwise customize to your needs.
We can install the Run Results Viewer as a standalone installation. This enables you to share the results of your tests with business analysts and developers who do not work with QuickTest.
Ø
Help QuickTest Identify Your Objects as a Manual Tester Would – VISUALLY
We can now use visual relation identifiers to identify application objects based on other objects that are always near them.
This enables to create a more reliable identification definition for test objects that are otherwise difficult to differentiate, and to ensure that the identification remains reliable even if the user interface design changes.
The Visual Relation Identifier Dialog Box provides the interface and tools to help to create and verify the visual relation identifier definitions.
Ø
Collaborate with Developers to Pinpoint Defects Using Log Tracking
QuickTest's new Log Tracking functionality helps to work with developers to pinpoint the root causes of unexpected behavior of the application during run time.
When we enable log tracking, QuickTest receives the Java or .NET log framework messages from the application and embeds the same with the test run results.
We can click a log message in the results to jump to the relevant step in the run results tree, or we can click a step in the run results tree and view the log message that was generated at the time that the selected step ran. we can also specify that a log message of a particular level (or higher) will caused the test execution.
After you view the results, we can also print or export the log tracking details to a file to show to a developer, or we can provide the developer with the standalone Run Results Viewer installation so that the developer can view and analyze the results directly in their system.
Ø
Out-of-the-Box Support for Web 2.0 Toolkit Applications
Now QTP 11.00 provides Web Add-in Extensibility-based add-ins for ASP .NET Ajax, GWT, Yahoo UI, and Dojo Web 2.0 toolkits.
We can use these add-ins just as the regular other add-in. we can also use Web Add-in Extensibility or Extensibility Accelerator to customize the provided support to match our needs.
We can install this add-ins by running the Web 2.0 Toolkit Support Setup from the Add-in Extensibility and Web 2.0 Toolkits option in the QuickTest Professional setup window.
Ø
New Web Testing Capabilities
Many new testing capabilities are now available for working with Web-Based applications.
Firefox Testing: We can now record steps on Mozilla Firefox and use the .Object property to access the Firefox DOM.
XPath, CSS, Identifiers: We can add the XPath or CSS identifier properties to instruct QuickTest to identify a Web object in your application based on its XPath location or CSS definition.
Event Identifiers. You can also now use the attribute/* notation in the test object description to identify a Web-based object based on an event associated with that object. For example, we can add attribute/onClick as a property in a WebButton test object description to identify a button that is associated with the onClick event.
Embed or Run JavaScripts in Your Web Pages. You can use the new EmbedScript/EmbedScriptFromFile and RunScript/RunScriptFromFile functions to embed JavaScripts in all loaded browser pages and frames or to run JavaScripts in specific pages. Use these scripts to perform operations on, or retrieve data from, the browser pages in your application.
Ø
Automatically Parameterize Steps
We can instruct QuickTest to automatically parameterize the steps in our test's actions at the end of a recording session.
This enables us to create actions that can be used for a variety of different purposes or scenarios by referencing different sets of data.
You activate this option by selecting the automatically parameterize steps option in the General tab of the Options dialog box. You can set the option to use Global Data Table Parameters or Test Parameters.
When we stop a recording session while this option is selected, QuickTest replaces the constant values in the test object operation arguments of your steps with either Data Table parameters or action parameters, based on your selection in the Options dialog box.
QuickTest performs this automatic parameterization for all relevant steps in any action in your test, in which you recorded one or more steps during that recording session.
If we work with HP ALM, and we can select the Global Data Table Parameters option, we can map the generated parameters to the column names of a data resource and then use different configurations in your test sets.
If we are working with SAP eCATT and when we select the Test Parameters option, then supply the values for the test parameters from eCATT.
Ø
New Silverlight Add-in
You can use the new Silverlight Add-in to test objects in Silverlight 2 and Silverlight 3 applications.
After you install the Silverlight Add-in, it is displayed in the Add-in Manager as a child add-in under the WPF Add-in.
Ø
Extend WPF and Silverlight Support
The WPF and Silverlight Add-in Extensibility SDK enables you to develop support for testing third-party and custom WPF and Silverlight controls that are not supported out-of-the-box by the relevant QuickTest add-ins.
You install the WPF and Silverlight Add-in Extensibility SDK from the Add-in Extensibility and Web 2.0 Toolkits option in the QuickTest Professional setup window.
Ø
Use Extensibility Accelerator for Web Add-in Extensibility Development
The new Extensibility Accelerator for Functional Testing is a Visual Studio-like IDE that facilitates the design, development, and deployment of Web Add-in Extensibility support.
It provides a user interface and special tools that help you define new test object classes, map those test object classes to the controls in your application, and teach QuickTest how to identify the controls, perform operations on the controls and retrieve their properties.
You install the Extensibility Accelerator from the Add-in Extensibility and Web 2.0 Toolkits option in the QuickTest Professional setup window.
Ø
It's Easier Than Ever to Insert Regular Expressions
The Smart Regular Expression list provides syntax hints that make it easier than ever to insert regular expressions into your test steps. It also enables you to access the Regular Expression Evaluator, which lets you test regular expressions to make sure they suit your needs.
Ø
Load Function Libraries at Run Time
The new LoadFunctionLibrary statement lets you load a function library when a step runs instead of at the beginning of a run session. This means, for example, that you can define conditional steps that use functions from various function libraries, but load only the required function libraries during a run session.
Ø
Avoid Downtime Due to License Server Failures
With redundant license servers we can create failover, so that if our main license server fails, other remaining servers maintain availability of your licenses without causing any downtime or loss of licenses for users.
The redundant license server feature is especially useful for enterprise customers who have a large network installation and want to maintain license server backup.
Tuesday, September 28, 2010
Advanced QTP,QTP,QTP 11.0,What's New in QTP
No comments
QTP 11.0
Wow guy's!!!! now QTP 11.00 is out and I am working on it :) when you guy's are migrating your earlier version Functional Automation Scripts to QTP 11.0 Scripts!Tuesday, February 23, 2010
Advanced QTP,QTP Talks
No comments
Make Your QTP Script Talk
QTP will talk????
I read about it in some blog and tested in my system.. QTP is talking..... now.. wow...
Set oVoice = CreateObject("sapi.spvoice")
oVoice.Speak "Iteration "&Environment.Value("TestIteration")
Set oVoice =Nothing
With this code.. Now your QTP will Speak :)..which Iteration is running in your current execution..
switch on the speakers and listen..
Reference: http://en.wikipedia.org/wiki/Microsoft_Speech_API
Wednesday, February 10, 2010
Advanced QTP,Compare QTP and VSTS,Downloads,VSTS 2010
3 comments
Let's Download VSTS 2010 trail version and play!!!! Will it be a real competitor for QTP in functional testing???
There are code quality features common to Visual Studio Professional and all the VSTS editions, such as adding a test results to a work item or tracking tests against work items, creating unit tests, and scheduling of tests.
In functional testing market there is one more tool avilable from Micro Soft(VSTS), will it be a real competior for QTP...????
give your comments......
Download VSTS 2010 trail version
Friday, April 10, 2009
Advanced QTP,QTP,What's New in QTP
1 comment
You can execute QTP scripts after locking your system!!!!
You can execute QTP scripts after locking your system, By changing one value in Registry :)
Steps:1. Open registry by typing regedit in the run command.
2. Navigate to the HKEY_LOCAL_MACHINE\SOFTWARE\Mercury Interactive\QuickTest Professional\MicTest folder in the registry.
3. Search for "SkipEnvironmentChecks".
4.Change the value to "1" and restart the QTP.
I read this in some QTP forum and after executing one small script, posting in my bolg because it will help a lot for QTP professionals!!!!
Advanced QTP,QTP,VB Script,What's New in QTP
No comments
Lock your system after execution of your QTP Script
Set obj = CreateObject("WScript.Shell")
sCmnd = "%windir%\SYSTEM32\rundll32.exe user32.dll,LockWorkStation"
obj.Run sCmnd, 0, False
End Function
Download QTP 11.0 trail version from HP website

Monday, February 9, 2009
Advanced QTP,QTP,VB Script
No comments
How to get Sub-folders Count and Names from a Folder?
Set Obj = CreateObject("Scripting.FileSystemObject")'Creating a file system object
Set Obj1 = Obj.GetFolder("C:\test")
Set Obj2 = Obj1.SubFolders
msgbox Obj2.Count 'displaying count of sub-folders
For Each Fold_Iteam in Obj2
Fold_names = Fold_names& Fold_Iteam.name &vbnewline
Next
msgbox Fold_names 'Displaying all sub-folders names
Wednesday, February 4, 2009
QTP,QTP 10.0,What's New in QTP
No comments
QuickTestPro 10.0
Wednesday, November 26, 2008
Advanced QTP,QTP
No comments
How to get Tool tip of Images in a web page
Set desc_img = Description.Create
desc_Img("html tag").value = "IMG"
Set list_imgs= Browser("abc").Page("abc").ChildObjects(desc_img)
For i = 0 To list_imgs.Count - 1
tool_tiptxt= list_imgs(i).GetROProperty("alt")
If tool_tiptxt <> "" Then
MsgBox "Tool tip text= " & tool_tiptxt
End If
Next
Monday, November 24, 2008
Advanced QTP,QTP
1 comment
How to get the font color of an item in a WebList ?
For each element in Web_list_Items
Set style = element.currentstyle
Item_text_color=style.Color
Item_text=element.text
msgbox Item_text_color
msgbox Item_text
Next
Advanced QTP,QTP,VB Script
1 comment
How to Maximize a Browser?
Brw_Hwnd = Browser("abc").GetROProperty("hwnd")
Set a= Description.Create
a("hwnd").Value = Brw_Hwnd
Window(a).Maximize
End If







