Featured

0 OTA - Reading Name and Address from QC thru vbscript


This function retrives the user and address from QC thru OTA.

Public Function GetProjectUsersList()
    Dim td
    Dim custUsers As CustomizationUsers
    Dim USR As CustomizationUser
    Dim UList As List

        qcLoginID = ""
        qcPassword = ""
        qcUrl = ""
        qcDomain = ""
        qcProject = ""

            Set tdc = CreateObject("TDApiOle80.TDConnection")
            tdc.InitConnectionEx qcUrl
            tdc.Login qcLoginID, qcPassword
            tdc.Connect qcDomain, qcProject

           Set custUsers = tdc.Customization.users
            Set UList = custUsers.users          

            For Each USR In UList
                 MsgBox USR.Name + " : " + USR.Address
            Next USR
End Function
Read more

2 Connecting to QC Site Admin Api - SAClient.SaApi



Using VBScript:

Dim objSAClient, resp
Set objSAClient = CreateObject("SAClient.SaApi.9")
'you have to know which is the correct reference to the SiteAdmin

'then login as admin:
objSAClient.login "http://ipaddress/sabin", qcuser, qcpassword



NOTE:
If you want to know what is the reference for the SAAPI you have to go to the regedit, "HKEY_CLASSES_ROOT\SaClient.SAapi\CurrVer" and see what is the current version and use it.

For QC 9.2 : 
 The URL in the format http://[:]/sabin.

For QC 10.0 : 

 The URL in the format http://[:]/qcbin.
 
Read more

0 Test Automation Framework - Benefits


Test Automation Framework defines the organization’s way of doing things – a Single Standard. Following this standard, the project team will achieve -

• A test library design that will help in effective team-communication, library-versioning and Artifacts creation.

• Standard scripting that will result in team consistency during test library design and prevent individuals from following their own coding standards, thus avoiding duplicate coding.

• Sparing the Test engineers from knowing the critical aspects of the code. Implemented libraries and codes can be executed by just invoking the needed libraries.

• Test Automation scripts are separated from input data store and only the input data gets manipulated whereas no modification is needed for the test scripts.

• By developing the libraries, they can be reused again and again, saving time for the entire organization/project team.

• Extensibility and maintenance becomes easy, as the re-usable library can be created as an enhanced feature. By giving right role-based access, the standard process of Test Automation scripting can be maintained.
Read more

0 QTP Add-ins


QTP supports following :

ERP/ CRM, Java/ J2EE, VB.NET, Multimedia, XML Web Objects, ActiveX controls, SAP, Oracle, Siebel, PeopleSoft, Web Services, Terminal Emulator,IE, NN, AOL.
QTP will support Ajax testing but you have to install Ajax Addins to use the Ajax application.

Web extensibility now includes an out-of-the-box limited support for standard AJAX controls; a global Window object to be used within JavaScript to access the IE namespace; Extensibility code can now be debugged by the Script debugger or Visual Studio debugger; and there are minor improvements to reporting capabilities.
Read more

0 IIS setting for 64 bit Win 7

 

Working with 64-bit Systems

Unfortunately there are no 64-bit ODBC drivers, so on 64-bit systems you will have to run your applications in 32-bit mode. To do so, use the following steps:
  1. On the taskbar, click Start, point to Administrative Tools, and then click Internet Information Services (IIS) Manager.
  2. In the Connections pane, click Application Pools.
  3. Highlight the application pool for your application, then click Advanced Settings... in the Actions pane.
  4. In the Advanced Settings dialog, specify True for Enable 32-Bit Applications.
  5. Click OK to close the Advanced Settings dialog.
Read more

0 QC-Business Components fail to run

Failed :
Initialize_Script: You do not have permissions to run business components on this machine. You can change this option in your testing tool's Options dialog box.










Goto QTP Menu Tools>Options and do as below

Read more

0 Steps to call any QTP Action first

You can make QTP to call any Reusable Action to be called first when the Test starts..

Steps to call any QTP Action first.
1. Go to Keyword View
2. Select the Action that you want to call first in the test.
3. Drag it to the topmost position.
4. Save the test and Run.



Read more

0 Cannot launch scanner, verify your QTP installation - SAP TAO

Cannot launch scanner, verify your QTP installation - SAP TAO


Solution:
- Check the same with any other machine
- Run the Self-Check in SAP TAO
- Restart the server and try to work and see if it is getting solved
Read more
  • Recent Posts

     
    © QTPCode | Design by Blog template in collaboration with Concert Tickets, and Menopause symptoms
    Powered by Blogger