Automation Testing, Manual Testing, QTP/UFT 11 , QC/ALM 11 ,SAP TAO, Unix, Selenium, Oracle SQL, Shell Scripting and For Online Trinings to contact me : Cell:+91-8897972059 , Email Id : quicktestprotech@gmail.com

Sunday, October 12, 2014

Steps to Upgrade from QC10.XX to QC/ALM 11.XX

Steps to Upgrade from QC10.XX  to QC/ALM 11.XX 1.    Deactivate the project in Global QC 10. 2.    Copy the projects’ repositories from the QC10 server to the ALM Server. Each project has the location of the repository at the project properties in the Site Administration web site. 3.    The DB team will start Copying the project schemas from the old DB instance to the new DB instance....

Friday, August 22, 2014

Import XLSX Sheet to UFT/QTP Datatable

Import XLSX Sheet to UFT/QTP Datatable Most of the people are facing problem with one of the major limitation of QTP/UFT. That is importing data from XLSX extension files. QTP/UFT does not support directly Import option below QTP/UFT 12 versions But using Excel Object Model we can overcome this problem.UFT 12 and above version can support this XLSX extension files. The below function will import the data from XLSX file to QTP/UFT specified...

Wednesday, August 13, 2014

How to change the order of Test Plan fields in Quality Center?

Using workflow to change the order of Test Plan fields Custom workflow is required to change the order of the fields in the Test Plan module. The order is changed using the ViewOrder property. The ViewOrder must be modified in both the Test_New and Test_MoveTo subroutines. Fields are displayed Left to Right, Top to Bottom. See the example below. Sub Test_New ‘Remember to also include in the Test_MoveTo subroutine ... Test_Fields("TS_NAME").ViewOrder=10   'Test Name fieldTest_Fields("TS_TEST_ID").ViewOrder=20   'Test ID fieldTest_Fields("TS_USER_03").ViewOrder=30...

Error when adding a User Defined Field, v11.52

Error when adding a User Defined Field, v11.52 When trying to add a custom user defined field in a project that was created originally in Quality Center 9.2 or earlier, a memory protected or corrupted error may occur. Workaround: Run the following query on the project's schema: For SQL Server: UPDATE td.SYSTEM_FIELDSET SF_ROOT_ID=NULLWHERE SF_ROOT_ID = 0 ANDSF_COLUMN_NAME <> 'CF_FATHER_ID' ANDSF_COLUMN_NAME <> 'CY_FOLDER_ID' For Oracle: UPDATE .SYSTEM_FIELDSET SF_ROOT_ID=NULLWHERE SF_ROOT_ID = 0 ANDSF_COLUMN_NAME <>...

Limit Test Plan field change

Limit Test Plan field change First create a new user field in Test under Project Entities in Project Customization. This is the field that we will use to hold the user that last changed the field to “Design” once that user has changed the value to Design they should not be able to change the status again. In a sense what we are doing is locking the test when it is changed to “Design” so that the user that last made the change might not try to circumvent the rules by changing the status to something else and then try and jump straight to...

Loading...