Nimith, I decided to stop answering question "how to compare values" in QTP :)
Maybe would be a good idea to forbid posting interview questions here. Thanks, Roman On Fri, Oct 9, 2009 at 9:53 AM, savy <[email protected]> wrote: > > Roman has already answered first part of your question. > > For the second part, get the table object and loop through it to get > each cell data (using getcelldata(row,column)). > > While you get each cell data you can compare that to corresponding > excel cell data. > > Nimith > > On Oct 9, 6:47 am, Roman Zilber <[email protected]> wrote: > > Browser("creationti me:=3").Close > > > > On Thu, Oct 8, 2009 at 5:10 PM, venkata bala subramanyam < > > > > [email protected]> wrote: > > > > > Hi friends, > > > > > I faced questions in an interview?Please clarify the answers for me. > > > > > 1) 4 browsers opened.I would like to cloes the latest browser which > is > > > opened by us.? > > > I know upto based on creation time shall we close the browsers? > > > If Browser("creationti me:=0").exist then > > > Browser("creationti me:=0").close > > > End if . > > > i think this scipt for only one browser is opened. > > > > > 2)How can we get the data from Web table? > > > > > I think by using Getcelldata.I would like to get entire table data and > > > compare to the excel data.How can we get it.. > > > > > Little bit urgent , > > > > > Thanks & Regards, > > > -- > > > Venkata Bala > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en -~----------~----~----~----~------~----~------~--~---
