GeekInterview.com
  I am new, Sign me up!
 

QTP FAQ


QTP FAQ

Questions: 674
Comments: 1012
 Showing Questions 41-50 of 674 Questions
<< Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>
 Sponsored Links

 
 QTP FAQ
Sorting Options :  

How to count Links in Webpage by using QTP? 
Latest Answer: Code to Count Links in WebpageSet oDesc = Description.Create()oDesc("html tag").Value = "A" ' Get a collection of linksSet oLinkCollection = Browser(“name:=test”).Page(“title:=test”).ChildObjects(oDesc)ItemCnt ...

How to add objects information to object repository in QTP 9.2 
Latest Answer: Add Objects information means adding objects in Object Repository.Open Object Repositay->Tools-->ORClick Add objects-->place the hand icon into the object--->click hereThe newly object is added in Object Repositary.Second way to add object in Object Repositary:Using ...
Read Answers (2) | Asked by : baleswar

How to capture the run time value of the web table? 
Latest Answer: var_CellValue = Browser("name:=  ").Page("title:=").WebTable("name: = ").GetCellData(3,1)msgbox var_CellValueVarText = assign text you want to search forIf  ( strcomp(trim(var_CellValue) , trim(varText),1)=0) Then'If ...

Does QTP support to the Wireless device applications like Pocket PC and MC 70. please do tell me. 
View Question | Asked by : navmahajan

Difference between GetVisibleText and GetRoProperty? Why should we use GetRoProperty instead of GetVisibleText? 
Latest Answer: GetVisibleText :Statically the data is retrieved by using Get Visible text properyGetRoProperty:Dynamically(Runtime) the data is captured by using GetRoPropery ...

Hi I'm using qtp 9.2 while executing the script I'm getting the following error message "the statement contains one or more invalid function arguments"Please help it out 
Latest Answer:  This could be because the parameter was out of range, or contained invalid data. Alternately, you may have invoked a procedure at an unexpected time. Verify that the parameters being passed to the function are valid. Regards,MaluR ...

What is the advantage of using descriptive programming over object repository? 
Latest Answer:  Object Repository:    QTP identifies the test object properties which it learns while recording and stores the object properties in the object repository.QTP will use these stored properties while executing the recorded script.Descriptive ...

How to change QTP default charecter encoding to ANSI? 
Latest Answer: Try Like this........test menu-->click records and settings-->click web tab-->tick the check box on 'record and run test on any open web browser'....let me know if any problem arises in future ...
Read Answers (1) | Asked by : uri19

What is Library File? How to use library files in QTP? 
Latest Answer: Library file in QTP is a separate file with ext. .qfl or .vbs. We can create these files to store commonly used functions and subroutines. These files can be accessed by any action by associating the library file to that action.Thanks,Harish ...
Read Answers (2) | Asked by : rkdomala

I have tried this way to export data from a database table to store in an excel sheet, but it is only storing the last record of the received records. Can anyone help me.Set objDB = CreateObject("ADODB.Connection")objDB.ConnectionString 
Latest Answer: Set objDB = CreateObject("ADODB.Connection")objDB.ConnectionString = "DSN=mysql_qtp"objDB.OpenIf objDB.state=1 Thenmsgbox("Connection Is Establsihed")elsemsgbox("Connection is not opened")exittestEnd Ifsql_query ...
Read Answers (1) | Asked by : eswarqa

View page << Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Expert Members
# User Name Count
1md_vinodh 29
2akothuru 24
3adisgee 20
4Anshoo_Arora 18
5dvbrao1 17
6Sycho 15
7raghuramgupta 14
8dsharma 14
9qtptester 11
10Bindu Dey 10
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape