GeekInterview.com
  I am new, Sign me up!
 

QTP FAQ


QTP FAQ

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

 
 QTP FAQ
Sorting Options :  

How to read email notifications using QTP? 
View Question | Asked by : ravibathini

How to execute SQL Query in QTP with VBScript? 
Latest Answer: We can execute SQL query likedim conn,rsset conn=createobject(ADODB."connection")set rs=createobject(ADODB."recordset")$conn.provider(Microsoft.jet.oledb4.0)  "it is provider"conn.open(D:sekhar/ramesh.)rs.open "select * from orders",conn.while rs.EOFmsgbox ...

How to add more records in QTP to check the database of the website? 
View Question | Asked by : mangai16

What testing framework QTP supports 
Latest Answer: Framework is designed by testing experts. Main purpose of using Framework is re-usability. QTP supports 5 frameworks1. Data Driven Framework2. Key word driven framework3. Module Framework4. Linear Framework or sequential framework5. Hybrid Framework ...

When doing a search, the search result page list some rows which contain a column of button. How to click on (dynamic) button in a web table? 
Latest Answer: Hi this is Priyank,To click a button on page dynamically use following code-dim valset my_button = Description.create ()my_button("html tag").value = "A"  ' check through object spymy_button("text").value= val   ...

How to run dir, cls time msconfig, scandisk etc commands by using QTP Descriptive Program 
Latest Answer: We can execute DOS commands from QTP.SystemUtil.Run "cmd"Window("nativeclass:=ConsoleWindowClass").Type "cd.."Window("nativeclass:=ConsoleWindowClass").Type micReturnSimilarly you can exexute your own commands.Window("nativeclass:=ConsoleWindowClass").Type ...

How to create regular Expression for the date for example (MM/DD/YYYY)(12/04/2008)? 
Latest Answer: (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[012])/19|20)ddPlease insert back slash before "d" in the above regular expression when you are using... This site trims the back slash when I post the answer... ...

If there are three shared obj repo(t1,t2,t3) and all three contain obj "A" with same property ... The script is using all the shared obj repo. Then how do we ask the script to select "A" 
Latest Answer: The following code snippet clears your doubt To use "object A" in third shared object repository, we use Add method. To add the object of third shared object repository.RepPath = "\MercurySORSMySharedObjectRepository3.tsr" ...
Read Answers (1) | Asked by : gokuldot

How to use the "Registery Key" in QTP 
View Question | Asked by : vara12

How to count the number of links in web page using QTP Script? 
Latest Answer: 1) You can use Page checkpoint to find number of links in a web page.2) Following can also do the same task:Set oDesc = Description.Create()oDesc("micclass").Value = "Link"Set Links = Browser("Browser").Page("Google").ChildObjects(oDesc)NumberOfLinks ...

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