How can we count the no of rows are available in a data
table ?
Answers were Sorted based on User's Feedback
Answer / mohibul islam
DataTable.GetRowCount - this is for Global DataTable
DataTable.GetSheet(sheetId).GetRowCount - this is for Local
DataTable
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / uday kumar_anem
All of you are correct, but i am adding one small change.
datatable.getsheet(SheetId).getrowcount
| Is This Answer Correct ? | 7 Yes | 0 No |
DataTable.GetRowCount()function usful for findout rows
(Contain Values)in the datatable.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / k.chandra sekhar
a) Use this Get row account the in the table no of the
rows account.
b) Here the use of the, for loop.
My name is k.chandra sekhar,
My phone no is 09246540049,
Hyderabad.
My mail id is ndra_143@yahoo.co.in
If any body want full explain send the mail
| Is This Answer Correct ? | 1 Yes | 4 No |
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
when qtp recognizes a web link like (hyper link)wich properties it is going to take to identify the objects unquely? what is Ini file in QTP?
How u do the back end testing in QTP?
How many ways we can parameterize data in QTP ?
If the web applicatoin takes navigation time above 2 hours to dispaly next Web page then how can we synchronize the QTP with Appilication Under Test
Hi, Can any body please tell me how to create framework in qtp & where i can get some material to learn about it. regards, rahulT
Hi, I want to pass a value in to Link object. For ex: I have a link where in which contains the value like "DC4463219(Active)". Whenever i will execute the script this value "DC4463219 (Active)" will get changed. I got the value DC4463219(Active) from the link and stored that value in variable "ACTUAL". If i want to select the same link again, while recording the value DC4463219(Active) will be recorded in object repository. So, that it will not work for the next cycle of execution as the value will get changed everytime as i mentioned above. I want to pass that Acutal value in to link object. The script is as follows: Actual Script when recording: Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(DC4463219(Active)".Click But now instead of this DC4463219(Active) i want to pass a variable where i have the same value. I tried to execute the script Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(Actual).Click But it is displaying the error message as that the value which we got from Actual is not existing in Object repository. So,i made the link object as regular expression. Even it is displaying the same message as mentioned above. If you are not able to understand, feel free to contact me with nbabu11@gmail.com
I m new to QTP? Is it necessary to know VB for learning QTP for Automation? Can I understand QTP excellently Without practical automation?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
what is the silent mode in WR?
Did u use check points during ur work experience ?