Hai Shanmukha, If you want to do Regression testing No Doubt you will Automate the *Each and Every single **FUNCTIONALITY of the Application *.
Now you can do this by the 2 way:- *1.)By Creating Shared Object repository 2.)By Using Descriptive Programming* I advice you to do descriptive programing because your application having *high level **FUNCTIONALITY *that's why with help of descriptive programing you can easily automate,modified and maintain the script.... The Simple way to AUTOMATE the Complex Application is to break the Functionality in small-small Script and save as Functions as *.vbs* file extension in your machines and then call all these *Scripts(Functions)* in a Single action this is called *KeyWord-Driven Technique * By this you can easily automate the whole functionality *I give you a Sample Script on your application Soon* On Fri, Dec 31, 2010 at 4:42 AM, Shanmukha Bollapragada <[email protected]>wrote: > I have done all this. My problem as follows: if you choose AVHRR from the > drop down list, and look at the Advanced Search options there are > groupings of Checkboxes (Datatype, Receiving Station) and a WebList > (Satellite) , based on what you choose here you can filter search results. I > want to know how to test all the combinations (first of there will be 4 * 12 > * 16 combinations) in the advanced search options. Is this feasible to do > this? I want to do automation regression testing on this web site. > > I googled and found something about pair wise testing. But not sure if I > have to use that or even how to use that? > > On 12/30/2010 12:22 AM, Kamran wrote: > > Hi Shanmukha, > you need to create a new QTP project and follow proper process and logic to > automate your search scenarios or test cases. here are the steps. > 1- analyze application and test cases thoroughly > 2- create object repository and add objects in it > 3- create function library and write function which you need to use in your > logic > 4- now write code and put check point to verify your search result > 5- execute script and analyze the results. > > there are two search text boxes and one drop down so first take the first > search text box enter input data or search parameter and click search link. > after click search link put checkpoints accordingly. > > let me know if you need further help. > > Thanks, > Kamran > > > > > On Wed, Dec 29, 2010 at 11:32 PM, shashank shekhar raj < > [email protected]> wrote: > >> Hai Shanmukha, >> >> Now i Understand what you say now tell me one thing How you want to test >> this Manually or with the help of QTP...... >> >> >> On Thu, Dec 30, 2010 at 9:37 AM, shashank shekhar raj < >> [email protected]> wrote: >> >>> Hai Shanmukha, >>> >>> I want to really help you bcoz your project is very interesting in my >>> point of view. But please let me know i am a bit confused that >>> http://www.class.ncdc.noaa.gov/saa/products/welcome this link page >>> having 3 Search-Boxes. So which search box functionality you wan to test now >>> why you give some back-Ground with the help of AVHRR. >>> >>> And on this link >>> http://www.class.ncdc.noaa.gov/saa/products/search?sub_id=0&datatype_family=AVHRR&submit.x=21&submit.y=13 >>> >>> i have nothing find really help-full to previous link... >>> >>> Actually without SRS or Use-Case it difficult to understand what's going >>> on so explain me. in simple way....... >>> >>> Shashank >>> Automated Test Engineer >>> QTP Developer >>> Apex Web Solutions >>> >>> >>> On Thu, Dec 30, 2010 at 12:51 AM, Shanmukha Bollapragada < >>> [email protected]> wrote: >>> >>>> Hi Everyone, >>>> >>>> I need some thoughts to test Search Functionality in this webpage: >>>> http://www.class.ncdc.noaa.gov/saa/products/welcome >>>> >>>> To give some background choose the product called AVHRR from the drop >>>> down >>>> >>>> http://www.class.ncdc.noaa.gov/saa/products/search?sub_id=0&datatype_family=AVHRR&submit.x=21&submit.y=13 >>>> >>>> Here you will see different groups of objects in the Advanced Search >>>> section. I basically want to choose different combination's and then >>>> hit the search button. >>>> >>>> There will be too many combination's if I do that. So was wondering how >>>> to test this? >>>> >>>> Note: To see some search results choose Aug till Dec as the start and >>>> end dates >>>> >>>> Thank you >>>> Shan >>>> >>>> -- >>>> 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]<mercuryqtp%[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]<mercuryqtp%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/MercuryQTP?hl=en >> > > > > -- > Regards, > Kamran > > -- > 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]<mercuryqtp%[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
