SlideShare une entreprise Scribd logo
1  sur  4
For more QTP Scripts, www.ramupalanki.com

     QTP Certification Details




                             Visit:

       www.ramupalanki.com

                for more QTP Scripts




Exam Code: HP0-M16
Exam Name: HP QuickTest Professional Software 9.2

www.ramupalanki.com
For more QTP Scripts, www.ramupalanki.com

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.ramupalanki.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

www.ramupalanki.com
For more QTP Scripts, www.ramupalanki.com


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:ScriptsNew_users.xls")

Read an Excel Spreadsheet

Set objExcel = CreateObject("Excel.Application")
Set objWorkbook = objExcel.Workbooks.Open _
  ("C:ScriptsNew_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

www.ramupalanki.com
For more QTP Scripts, www.ramupalanki.com

  intRow = intRow + 1
Loop

objExcel.Quit




www.ramupalanki.com

Contenu connexe

Plus de Ramu Palanki

Qtp material for beginners
Qtp material for beginnersQtp material for beginners
Qtp material for beginnersRamu Palanki
 
Qtp interview questions
Qtp interview questionsQtp interview questions
Qtp interview questionsRamu Palanki
 
Qtp interview questions and answers
Qtp interview questions and answersQtp interview questions and answers
Qtp interview questions and answersRamu Palanki
 
Qtp interview questions3
Qtp interview questions3Qtp interview questions3
Qtp interview questions3Ramu Palanki
 
Qtp compare two xml files
Qtp compare two xml filesQtp compare two xml files
Qtp compare two xml filesRamu Palanki
 
Qtp change excel cell color with condition
Qtp change excel cell color with conditionQtp change excel cell color with condition
Qtp change excel cell color with conditionRamu Palanki
 
Qtp certification questions and tutorial
Qtp certification questions and tutorialQtp certification questions and tutorial
Qtp certification questions and tutorialRamu Palanki
 
Qtp automation estimation techniques
Qtp automation estimation techniquesQtp automation estimation techniques
Qtp automation estimation techniquesRamu Palanki
 
Qtp 11 new enhacements in
Qtp 11 new enhacements inQtp 11 new enhacements in
Qtp 11 new enhacements inRamu Palanki
 
Qtp passing parameters between actions
Qtp passing parameters between actionsQtp passing parameters between actions
Qtp passing parameters between actionsRamu Palanki
 
Qtp wsh scripts examples
Qtp wsh scripts examplesQtp wsh scripts examples
Qtp wsh scripts examplesRamu Palanki
 
Quick test professional certifcation questions and tutorial2
Quick test professional certifcation questions and tutorial2Quick test professional certifcation questions and tutorial2
Quick test professional certifcation questions and tutorial2Ramu Palanki
 
Quality center certification questions
Quality center certification questionsQuality center certification questions
Quality center certification questionsRamu Palanki
 
Qtp+real time+test+script
Qtp+real time+test+scriptQtp+real time+test+script
Qtp+real time+test+scriptRamu Palanki
 
What are the features in qtp
What are the features in qtpWhat are the features in qtp
What are the features in qtpRamu Palanki
 
Testing interview questions
Testing interview questionsTesting interview questions
Testing interview questionsRamu Palanki
 

Plus de Ramu Palanki (20)

Qtp presentation
Qtp presentationQtp presentation
Qtp presentation
 
Qtp material for beginners
Qtp material for beginnersQtp material for beginners
Qtp material for beginners
 
Qtp interview questions
Qtp interview questionsQtp interview questions
Qtp interview questions
 
Qtp interview questions and answers
Qtp interview questions and answersQtp interview questions and answers
Qtp interview questions and answers
 
Qtp interview questions3
Qtp interview questions3Qtp interview questions3
Qtp interview questions3
 
Qtp compare two xml files
Qtp compare two xml filesQtp compare two xml files
Qtp compare two xml files
 
Qtp change excel cell color with condition
Qtp change excel cell color with conditionQtp change excel cell color with condition
Qtp change excel cell color with condition
 
Qtp certification questions and tutorial
Qtp certification questions and tutorialQtp certification questions and tutorial
Qtp certification questions and tutorial
 
Qtp best tutorial
Qtp best tutorialQtp best tutorial
Qtp best tutorial
 
Qtp basic stuff
Qtp basic stuffQtp basic stuff
Qtp basic stuff
 
Qtp automation estimation techniques
Qtp automation estimation techniquesQtp automation estimation techniques
Qtp automation estimation techniques
 
Qtp 11 new enhacements in
Qtp 11 new enhacements inQtp 11 new enhacements in
Qtp 11 new enhacements in
 
Qtp sample resume
Qtp sample resumeQtp sample resume
Qtp sample resume
 
Qtp passing parameters between actions
Qtp passing parameters between actionsQtp passing parameters between actions
Qtp passing parameters between actions
 
Qtp wsh scripts examples
Qtp wsh scripts examplesQtp wsh scripts examples
Qtp wsh scripts examples
 
Quick test professional certifcation questions and tutorial2
Quick test professional certifcation questions and tutorial2Quick test professional certifcation questions and tutorial2
Quick test professional certifcation questions and tutorial2
 
Quality center certification questions
Quality center certification questionsQuality center certification questions
Quality center certification questions
 
Qtp+real time+test+script
Qtp+real time+test+scriptQtp+real time+test+script
Qtp+real time+test+script
 
What are the features in qtp
What are the features in qtpWhat are the features in qtp
What are the features in qtp
 
Testing interview questions
Testing interview questionsTesting interview questions
Testing interview questions
 

Qtp certification

  • 1. For more QTP Scripts, www.ramupalanki.com QTP Certification Details Visit: www.ramupalanki.com for more QTP Scripts Exam Code: HP0-M16 Exam Name: HP QuickTest Professional Software 9.2 www.ramupalanki.com
  • 2. For more QTP Scripts, www.ramupalanki.com 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.ramupalanki.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 www.ramupalanki.com
  • 3. For more QTP Scripts, www.ramupalanki.com 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:ScriptsNew_users.xls") Read an Excel Spreadsheet Set objExcel = CreateObject("Excel.Application") Set objWorkbook = objExcel.Workbooks.Open _ ("C:ScriptsNew_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 www.ramupalanki.com
  • 4. For more QTP Scripts, www.ramupalanki.com intRow = intRow + 1 Loop objExcel.Quit www.ramupalanki.com