[BangPypers] { exctract italic, bold }

Shashidhar Paragonda shashidhar85 at gmail.com
Wed Mar 12 06:25:51 CET 2014


hi
>>> Well the data in each row are the manual test case steps,
>>> each row will have different italised, bold words! this is main
constaint.
>>> My main concerns is manual test cases are generated by us.
>>> We need to follow some standard were i need to extract keywords like:
Login, logout, click on capture button, print, center, so on....
>>> I thought making such keywords either italic or bold ( any other
suggestions you have for this ) so i can fetch them and send it to
automation test tool like: TestComplete, for further execution of each test
case.



-----------------------------------
Regards,

Shashidhar N.Paragonda
shashidhar85 at gmail.com
+919900093835


On Wed, Mar 12, 2014 at 10:37 AM, shankha <shankhabanerjee at gmail.com> wrote:

> Will it work if you just search for a string instead of Italics or
> bold. That may be easier, if you have a fixed set of strings.
> If you are dealing with numbers it is much simpler.
> Thanks
> Shankha Banerjee
>
>
> On Wed, Mar 12, 2014 at 10:35 AM, shankha <shankhabanerjee at gmail.com>
> wrote:
> > I have used a package called xlutils to generate excel files. Never
> > had the need to read back something. Check if it has API's for reading
> > as well. I would be surprised if ti doesn't.
> > Thanks
> > Shankha Banerjee
> >
> >
> > On Wed, Mar 12, 2014 at 10:29 AM, Shashidhar Paragonda
> > <shashidhar85 at gmail.com> wrote:
> >> Hello Python hackers
> >>
> >>>>> I have a excel file which has some amount of data.
> >>>>> The data in each row has some words which are italic and bolded.
> >>>>> my requirement is I need to extract only italic or bold words from
> each
> >> row.
> >>>>> any suggestions on the same, thank you in advance.
> >>
> >> -----------------------------------
> >> Regards,
> >>
> >> Shashidhar N.Paragonda
> >> shashidhar85 at gmail.com
> >> +919900093835
> >> _______________________________________________
> >> BangPypers mailing list
> >> BangPypers at python.org
> >> https://mail.python.org/mailman/listinfo/bangpypers
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> https://mail.python.org/mailman/listinfo/bangpypers
>


More information about the BangPypers mailing list