for Excel object, there no option of write , read and append. do getrowscount , from there start enter data . Basically you need enter data by cell wise means row, col.
Thanks, Ravi On Tue, Dec 11, 2012 at 8:51 AM, avinash vl <[email protected]> wrote: > Get used rowcount.. And write new data to rowcount +1.. > > On Dec 11, 2012 8:47 AM, "ramesh k" <[email protected]> wrote: >> >> Dear All, >> >> I have created result sheet i.e. excel sheet for results. I don't want to >> over write it. I want to append data to existing data. How to write qtp >> script for this? >> >> for text file we can open in append mode. For excel I am not getting how >> to open in appending mode. >> >> Thanks & regards, >> Ramesh. >> >> On Nov 2, 2012 7:11 PM, "Mangalarapu Srinivas" >> <[email protected]> wrote: >>> >>> User >>> Browser("xx").Page("xx").WebRadioGroup("your hotel radio object >>> name").Set >>> >>> Regards, >>> Srinivas Mangalarapu >>> >>> >>> On Fri, Nov 2, 2012 at 5:51 PM, Sanketh <[email protected]> wrote: >>>> >>>> Honestly; am still not getting what problem u are facing with .select >>>> operation. >>>> >>>> What is the output of below code ? >>>> Browser("xx").Page("xx").WebRadioGroup("your hotel radio object >>>> name").Select "Hotel New" >>>> >>>> Else can u post ur radio group HTML source code ? >>>> >>>> Regards, >>>> Sanketh ( from my phone ) >>>> >>>> >>>> On 02-Nov-2012, at 3:42 PM, ramesh k <[email protected]> wrote: >>>> >>>> Actually list of hotels are there with radio buttons example 1. Hotel >>>> Raj >>>> 2. Hotel new >>>> 3. Hotel taj etc.. >>>> >>>> I want to do edit, delete operations.. If I want to do edit operation on >>>> "2 hotel new" then I need select this hotel by clicking on that radio >>>> button. How to identify the hotel name is "hotel new"& how to click on >>>> identified hotel radio button. >>>> >>>> On Nov 2, 2012 12:19 AM, "Sanketh" <[email protected]> wrote: >>>>> >>>>> What problem are u facing when u use the .select method ? >>>>> >>>>> Regards, >>>>> Sanketh >>>>> >>>>> On 01-Nov-2012, at 2:59 PM, ramesh karaganni >>>>> <[email protected]> wrote: >>>>> >>>>> Number of radio buttons are there to select different hotel name, i >>>>> want to select particular radio button, example 1 radio button --Hotel >>>>> Raj, >>>>> 2 radio button Hotel Taj 3 radio button Hotel NewRaj etc.. how to select >>>>> 2nd radio button of Hotel Taj. Please share sample code. >>>>> >>>>> On Wednesday, January 20, 2010 10:02:21 PM UTC+5:30, yesterdaydj wrote: >>>>>> >>>>>> A, oh? >>>>>> >>>>>> >>>>>> I add the # because the QTP recognize the # inside the index plus >>>>>> number in the objects >>>>>> >>>>>> Example: >>>>>> >>>>>> Browser("diagrama").Page("diagrama").WebRadioGroup("R1").Select "#16" >>>>> >>>>> -- >>>>> 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 >>>>> >>>>> -- >>>>> 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 >>>> >>>> -- >>>> 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 >>>> >>>> -- >>>> 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 >>> >>> >>> -- >>> 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 >> >> -- >> 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 > > -- > 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 -- 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
