GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing Tools  >  QTP
Go To First  |  Previous Question  |  Next Question 
 QTP  |  Question 57 of 684    Print  
How to select particular value from the combo box in the current page which is entered in the previous page edit box after parameterization?
a


  
Total Answers and Comments: 3 Last Update: September 18, 2007     Asked by: smitha 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: Subha
 

To add the previous answer, in the Value field,

Datatable.Value(<parameterized column name>)

This will select the item with the name of the parameterized value.



Above answer was rated as good by the following members:
Ritik1008
November 14, 2005 04:28:44   #1  
Wasim Member Since: November 2005   Contribution: 10    

RE: How to select particular value from the combo box ...

Hi

Browser().Page().WebList(). Select value

value - you should be knowing has the same value you use to edit the Edit Box or else you can use Index property


 
Is this answer useful? Yes | No
November 16, 2005 01:27:43   #2  
Subha Member Since: November 2005   Contribution: 6    

RE: How to select particular value from the combo box ...

To add the previous answer in the Value field

Datatable.Value(<parameterized column name>)

This will select the item with the name of the parameterized value.


 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
September 18, 2007 01:54:20   #3  
Nani        

RE: How to select particular value from the combo box ...
By using this script you can select value from the combo box.

SetTxt_IntoField Browser().Page().WebEdit( Name ) param_array()

For param array we need to give value in data table
The same value which you entered in the previous page.

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
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