Wednesday, 29 June 2011

QTP CERTIFICATION


 

 

 

QTP Certification Details

 

 

Visit:

WWW.SRSSTESTING.COM

 

for QTP Scripts and Documents

 

 

 

 

 

 

 





Exam Code: HP0-M16
Exam Name: HP QuickTest Professional Software 9.2
Exam Fees : US $60

Total Questions: 58
Passing Criteria : 70 %

Exam Place
: Any pro metric center like NIIT etc.

Exam Preparation:
 
- Just go through the HP user guide.pdf
- You should know the all basic functionality of QTP and how it works
- There are no any questions related to add-ins which are not provided by default with the QTP.

- visit: www.gcreddy.com

Note : You have to create HP Student ID before registration. Because at the time of registration it asks for HP Student ID. Here is the link of the site to create HP Student No.

To create student No :

http://192.170.77.229/hpcp/English/ProfileCreate.aspx

For other details of the exam, you can refer following link
http://h10017.www1.hp.com/certification/exam_registration.html

One have to clear both exams to get certificate :
- HP0-M15 : HP Quality Center 9.2 Software and
- HP0-M16 : HP QuickTest Professional 9.2 Software.

For more details on the same, refer http://h10017.www1.hp.com/certification/credential/index.html?credcode=c122

More details are available on HP Website : ftp://ftp.hp.com/pub/hpcp/epgs/HP0-M16_EPG.pdf



 
 
VBScripts for Excel
 
Add data to a spread sheet cell
 
Set objExcel = CreateObject("Excel.Application")
 
objExcel.Visible = True
objExcel.Workbooks.Add
objExcel.Cells(1, 1).Value = "Test value"



Add Formatted Data to a Spreadsheet

Set objExcel = CreateObject("Excel.Application")
 
objExcel.Visible = True
objExcel.Workbooks.Add
objExcel.Cells(1, 1).Value = "Test value"
objExcel.Cells(1, 1).Font.Bold = TRUE
objExcel.Cells(1, 1).Font.Size = 24
objExcel.Cells(1, 1).Font.ColorIndex = 3


Open an Excel Spreadsheet


Set objExcel = CreateObject("Excel.Application")
Set objWorkbook = objExcel.Workbooks.Open("C:\Scripts\New_users.xls")

Read an Excel Spreadsheet
 
Set objExcel = CreateObject("Excel.Application")
Set objWorkbook = objExcel.Workbooks.Open _
    ("C:\Scripts\New_users.xls")
 
 
 
 
 
 
 
 
intRow = 2
 
Do Until objExcel.Cells(intRow,1).Value = ""
    Wscript.Echo "CN: " & objExcel.Cells(intRow, 1).Value
    Wscript.Echo "sAMAccountName: " & objExcel.Cells(intRow, 2).Value
    Wscript.Echo "GivenName: " & objExcel.Cells(intRow, 3).Value
    Wscript.Echo "LastName: " & objExcel.Cells(intRow, 4).Value
    intRow = intRow + 1
Loop
 
objExcel.Quit

online testing


Hi,
This is Akhil Reddy from Suresh Reddy's Smart Solutions.We are providing online training on software testing tools.
we are providing manual and automation,in automation qtp,quality
center,loadrunnar.for content of course
please visit
our website www.srsstesting.com
duration 60 hours
 
before you need to install two softwares
it will take 5 mins only
 
www.skype.com
www.teamviewer.com
 
Regards
Akhil Reddy
Suresh Reddy's Smart Solutions
040-64521103/05/06
9440592994
info@srsstesting.com
akhilreddy@srsstesting.com
 
akhil_reddy_hyd2@yahoo.com
 
my skype id: akhilreddybommarapu