GeekInterview.com
Series: Subject: Topic:
Question: 18 of 779

How can we select multiple rows in a webtable?

How can we select multiple rows in a webtable which has no checkboxes to click and select? Webtable does not have check box to select. Application has pagination done, so per page the webtable shows 500 rows. To select one row, we need to just click on the specific row at any location. To select multiple rows manually, CTRL key has to be pressed and need to click on required rows. Please help me out to solve this issue using VBScript or Descriptive programing in QTP
Asked by: monicaadhikari | Member Since Mar-2010 | Asked on: Nov 23rd, 2011

View all questions by monicaadhikari   View all answers by monicaadhikari

Showing Answers 1 - 2 of 2 Answers
rs

Answered On : Mar 5th, 2012

hi, i will tell my understanding not sure whether it is perfectly correct or not but i want to share.. u said u have say 50 rows in a webtable with no check boxes. first of all pls spy the rows or try to calculate the rowcount or add particular row to object repository so that u can see the index at the ordinal identifier level .. then based upon the index u write a logic to click the item.

  
Login to rate this answer.
kranthi

Answered On : Aug 15th, 2012

suppose we take yahoo site in yahoo site if u want 1st row 7th column data....like shown below: write log in code first then click inbox then get the cell data

Code
  1. with browser("title:=.*")
  2. with .page("title:=.*")
  3. nom=.webtable("name:=toggleall").getrowcount
  4. for i=2 to nom step 1
  5. x=.webtable("name:=toggleall").getcelldata(1,7)
  6. msgbox(x)
  7.  

here 1st row 7th column data here "nom" is variable i take total rows data in to "nom" "x "also variable column data i take in to "x" if u want clearly explain the question clearly plz..i wil explain u

  
Login to rate this answer.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

Related Open Questions

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

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.