I think you can go through 7 tutorial provided by HP with QTP or any video from gury99.com or youtube.com. This will be give you basic tool related knowledge which I think only 25% of use when it comes to automation testing.
You should learn more about vbscript which is primary programming language in QTP. there are plenty of sites for that one of them is w3schools. You should also learn basic object orientated programming language to learn about object and class relationship to understand some concept better. On Friday, July 19, 2013 1:49:09 AM UTC-4, abhi test wrote: > > Hi Friends, > >> Can anybody explain :- >> >> -What is best way for learning QTP (Actually i am new for automation/qtp) >> -What additional knowledge required for learning qtp >> -Which website/Blog/resource is fruitful for learning qtp. >> >> *It is god for any beginners if you most experience person give some >> guidance.* >> *Looking for Positive response.* >> >> THANKS >> ABHISHEK >> >> >> >> On Fri, Jul 19, 2013 at 9:19 AM, Venkat Reddy Bandaru >> <[email protected]<javascript:> >> > wrote: >> >>> Create a descriptive programming and handle this scenario >>> Set odesc= description.create >>> Odesc("mic class").value="Button" >>> Set owebt=browser().page().web table().child objects(odesc) >>> For I=0 to owrbt.count-1 >>> Status=Owebt(I).getroproperty("enabled/disabled") >>> Next >>> >>> Or using child item also we can handle this if above scenario is not >>> working pls let me know >>> Thanks >>> >>> >>> Thanks, >>> Venkat Reddy Bandaru >>> [email protected] <javascript:> >>> + 91 9884524606 >>> On 18-Jul-2013 9:49 PM, "Srinivas K" <[email protected] <javascript:>> >>> wrote: >>> >>>> Hi Friends, >>>> >>>> I am stuck with below issue in my work. :( >>>> >>>> In our java based application, I need to capture the >>>> status(enable/disable status) of Java button from one Java table. This >>>> java >>>> button is located in all rows and 5th column of the Java table. Can any >>>> one >>>> please help me how to get the status of that java button. Which method >>>> should I use for this? I googled out for getting solution, but I didn't >>>> get >>>> anything. I would appreciate your help. It's an urgent. >>>> Thanks in advance. >>>> >>>> Regards, >>>> Sri. >>>> >>>> -- >>>> -- >>>> 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]<javascript:> >>>> To unsubscribe from this group, send email to >>>> [email protected] <javascript:> >>>> 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 >>>> Groups "QTP - HP Quick Test Professional - Automated Software Testing" >>>> group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected] <javascript:>. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>>> >>>> >>> -- >>> -- >>> 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]<javascript:> >>> To unsubscribe from this group, send email to >>> [email protected] <javascript:> >>> 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 >>> Groups "QTP - HP Quick Test Professional - Automated Software Testing" >>> group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected] <javascript:>. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >> >> > -- -- 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 Groups "QTP - HP Quick Test Professional - Automated Software Testing" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
