GeekInterview.com
Series: Subject:

QTP FAQ

Showing Questions 1 - 20 of 737 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

How many types of automation frame works are there?

Asked By: sreerama | Asked On: Oct 11th, 2006

Answered by: Manasi on: May 1st, 2013

6 types of automation frameworks are there.
Linear/modular/data-driven/keyword driven/hybrid/BPT framework

Answered by: mfsi_satyakamm on: Apr 5th, 2012

Hi

There are four types of automation framework :

1) Linear
2) Structured
3) Keyword Driven
4) Data Driven

In a Java table, all cells have different color so write a code for finding a particular cell color.

Asked By: anilpal25 | Asked On: Feb 9th, 2013

Answered by: simha on: Apr 18th, 2013

Code
  1.  
  2. For i =1 to B().P().WebTable().GetROProperty("rows")
  3.  
  4.    For j=1 to  B().P().WebTable().ColumnCount(i)
  5.         B().P().WebTable().GetCellData(i,j).object.bgcolor
  6.          i=i+1
  7.          j=j+1
  8.    Next
  9.  
  10. Next
  11.  

General run error

Asked By: satishkatari | Asked On: Apr 9th, 2011

I wrote descriptive programming for textbox and getting general run error in this line "set base=browser("name:=gmail: email from google").Page("title:=gmail: email from google").Childobjects(desc)". how to handle the error.

Answered by: glory on: Mar 21st, 2013

please use message err.number and err.description to exactly find out the error.

How can we determine the records count of a web table through QTP?

Asked By: anilpal25 | Asked On: Feb 9th, 2013

Answered by: Maria I on: Mar 5th, 2013

use rowcount method.

Ex: Browser().Page().Webtable().RowCount

Webtable and image

Asked By: atulsinghchouhan | Asked On: Mar 5th, 2013

Hi, i have to perform click on 6 “+” icons on 6 tabs having same alt property and file name and I use index also but I won’t help me , so any good idea how to perform click on these 6 tabs,also im using below script for these. browser(“”).Page(“”).Webtable(“innertext”).Image(“alt:=select...

Answered by: Maria I on: Mar 5th, 2013

Use descriptive programming

Image not clicking

Asked By: Maria I | Asked On: Mar 5th, 2013

I am working in Java based web application. Particular image in the application is not clicking sometimes while running. (addin used - web, active x, dot net)

Navigation to create a new virtual object

Asked By: jayerichardson | Asked On: Feb 25th, 2013

Looking to use the virtual object tool in QTP 11 to verify a drop down field on a page. Create the virtual object, but how do you insert into your test ?

Analog recording

Asked By: neerajbug.neerajbug | Asked On: Nov 16th, 2009

In which codition we choose screen or window options in analog recording?

Answered by: krishnaponugubati on: Feb 16th, 2013

Recording relative to screen means operation based on screen co-ordinates, and the same with window recording means recording based on window co-ordinates

Answered by: dabas_rajender on: Oct 27th, 2010

We need to use Analog recording when there is a need to check the object or need to do something based on the x,y coordinates of the application.

How to start automation testing through QTP?

Asked By: shama_shahbaz | Asked On: Feb 15th, 2013

Plz help me to create testcases and use QTP for generating reports

QTP certification exam

Asked By: Vudravi | Asked On: Feb 6th, 2013

Hi i am planning to do certification on QTP. Can you please let me know the process thanks ravi

QTP in mainframe application

Asked By: Ragul | Asked On: Jan 30th, 2013

Which version of QTP will be used to test the mainframe application of tn3270 over rumba windows installer. the QTP should identify each field as mainframe object not as Java object or with x, y co ordinates.

Terminal emulator add in for hp QTP 11

Asked By: karthik venkatraman | Asked On: Dec 9th, 2012

Hi, we are trying to automate our application(running in hp tandem server) using QTP 11. We use ibm pcom emulator to access our application. We found out that we need terminal emulator addin for QTP to support/recognize our application. does anyone know where can I locate this addin? Is there a website...

Converting from numeric value to word

Asked By: rajesh vadde | Asked On: Nov 29th, 2012

How to convert numeric value to english word like 1 to one?

How can I use childobjects in QTP for identification of webelements

Asked By: petorstudent | Asked On: Jul 1st, 2012

I wrote this code: set odesc = description.Create() odesc.Value("class name")="webelement" odesc.Value("innertext")= job job is name of parameter with string value-user defined params. ex.Job = "officemanager". set obj =browser().Page().Childobjects(odesc) set obj_number = obj.Count but...

Answered by: Brahma Sagar Gunda on: Nov 2nd, 2012

Set obj =Browser().Page().Childobjects(odesc) Set obj_number = obj.count this count represents the number of objects that are satisfying the description that you have made using description.create()....

Does QTP support LINUX, UNIX and solaris?? Does QTP has a separate set up for LINUX, UNIX and solaris??Will the scripts recorded on windows work on LINUX, UNIX and solaris?

Asked By: Madhav Pavan Kumar | Asked On: Apr 21st, 2006

Star Read Best Answer

Editorial / Best Answer

Answered by: Brahma Sagar Gunda

View all answers by Brahma Sagar Gunda

Member Since May-2006 | Answered On : May 5th, 2006

The following list the Operating Systems that QTP supports, please refer:

- Windows 2000-Service Pack 3 or Service Pack 4

- Windows XP-Service Pack 1 or Service Pack 2,

- Windows 2003 Server.

Note: QuickTest Professional is supported on Windows XP Service Pack 2 only if the execution prevention mechanism (also known as DEP-data execution prevention and NX-no execution) is not activated

I believe this answers your questions and will thereby close this service request. Should you require further clarifications, please do not hesistate to let me know. Thanks.

Regards,

Brahma Sagar

Answered by: Gaurav Sharma on: Oct 31st, 2012

Hi Vish,

Kindly install microsoft script debugger and then restart the QTP.

Regards,
Gaurav

Answered by: Gaurav on: Oct 20th, 2011

Yes it true that QTP works on Windows OS only but it works fine on browsers others than IE as well(Mozilla Firefox is supported)

Object recoginition techniques for non unique objects

Asked By: srinu888 | Asked On: Oct 9th, 2012

Describe gui object recognition techniques for non-unique objects

How to access a test input parameter?

Asked By: amitabh | Asked On: Nov 23rd, 2006

Answered by: ashish raval on: Oct 8th, 2012

this is how you can access test input parameter till QTP 11.00 myVar = TestArgs("inputparamName") you can use his in parent action in the test.. to use in other child actions you have to pass this pa...

Answered by: Purna on: Jan 17th, 2007

Hi,

Using  Parameter("Parameter Variable").

regards,

Purna

QTP real-time test script for SAP application

Asked By: kamal05 | Asked On: Sep 28th, 2012

Can any one give any document for SAP script using qtp(QTP real-time test script for SAP application)

How can I include a link in reporter.Reportevent

Asked By: ahmet571 | Asked On: Sep 22nd, 2012

Hi, i want to include a link in QTP results viewer. If the testcase fails then the user must be able to click on a link "see here the result details" and it will open a (excel) file. code should be like : reporter.Reportevent micdone, "click here for details", strurl "strurl" wil include a link to...

First | Prev | | Next | Last Page

 

 

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.