Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Cap Gemini QTP Interview Questions
Questions Answers Views Company eMail

what is qtp automation frame work,what is the use of that frame work?

64 168785

How to watch currnet value of an object like OK buton or edit box with "Agent Name:" label. in watch expression tab?

2 6930

Hi, how can we retrieve a specific value from Excel Sheet (Not datatable. for externel file).i mean to say from .xls file. and also tell me from xml file and .doc file. and how can u parameterize ur script from .xls file.(Not data table).

2 7229

can u write one user defined function for webedit class.

6 17395

I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, as i'm not in a possition to afford any 'Fee' to join in any institutions. Hence, if possible, kinldy mail PDF file to my mail-ID: chakri_avala@yahoo.co.in Regards, Chakradhar Yadav.

95 64370

how to retrieve data from the data table (from a particular cell)

7 30297

What is the use of sendkeys.In which cases we Use this sendkey.Pls explain with example.

3 8269

What are the points to be taken into consideration while doing desktop testing?

1 2416

why qtp supports vbscript? and not for others just like cgi,phython,shell,perl,html and all..

4 10714

Which object model ur used in ur project

2 8120

what are the utilities and drivers

1834

Can abody explain me Send keys concept

1 7021

Can u call txt extension file in QTP?

2 8770

How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

3603

Will QTP Support Japanese Language?

3 15534

Post New Cap Gemini QTP Interview Questions


Cap Gemini QTP Interview Questions


Un-Answered Questions

Which method is preferred to save datas like database?

1476


tell me something about aix? what is unix and Aix? tell me the difference? what is special in AIX while compare to other servers? why you have chosen AIx?

2969


What is difference between 'protocol' and 'delegate'?

447


In ibm how should web application servers be used with peopletools 8.1x and peopletools 8.4?

478


How many cells are in an excel sheet?

330






How to replace following lines, catch (DAOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } catch (BOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw e; } catch (Exception e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } Needs to be changed in to, catch (DAOException e) { AppException.handleException (null, null, e, null, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); } catch (BOException e) { AppException.handleException (null, null, null, e, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 0); } catch (Exception e) { AppException.handleException (null, null, null, null, null, e, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); }

1845


What standard functions are available to manipulate strings?

552


How to write native sql query in hibernate?

159


On what basis you can arrive at an estimation for your project?

549


What are the different opening and closing tags available in PHP?

570


What is datatable in c#?

481


How do you create a color scheme in powerpoint?

99


How can encapsulation be achieved?

595


What is the difference between race and race around condition

1708


What is data validation strategies for data mart v?

546