Hi Kiran,

Thanks a lot for your answer.
You are right QC is already setup and they is few test cases already,
I want automate all of this because I need a quick turn arround on the
testing to be able to do my development and be happy by the functional test
coverage and increase the quality of everything.

Basically I need from QTP to be able to do the following:
- Query an oracle db to extract.
- Write the result of the query in a flat file
- Run a .Net API against the generated flat file, to insert the record in
the db.
- Run VB6 API and/or .Net API and pass on parameters.
- Query an oracle db to check the result.
- Load a web site and all that stuff but I don't see the problem for QTP
except if it is not able to find the object.
- The GUI part of my system is not my main concern, my big problem is the
interaction with other system (api, webservice) and of course the test data.

Thanks for your expertise on this I'm new in the area.
Superfly


2009/5/20 kiran kumar <[email protected]>

> Hello,
>
> This is Kiran.E , have automation experience.
>
> I have few thoughts on your Problem statement.
>
> You are going good with QTP Vs Selenium.  I don't know detail about
> Selenium.
>
> I think you have already QC setup and maintaining manual test cases. Per my
> understanding your applications are Webservice, Web application and windows
> application. These 3 can be done using QTP as it support .NET environment
> well.
>
> You need not to compare VBScript with .NET language. VBScript is the one
> QTP uses effectively and does all comparision. If you start compare with
> .NET definitely you will see VBScript is nothing. Here automation point ,
> you have to look at how effectively a tool recogonizes the objects in the
> application. If your tool identifying all objects appropriately then your
> 25% job done.
>
> You need not bother how VBScript interact .NET , its QTP designed methods
> used to interact with applciation and retrive the property values. VBScript
> is only used for framing looping statements and FSO and Wscript using for
> interacting with system.
>
> I have still doubt on your "API". let me put my understanding on this.
>
> You wanted to call APIs written in .NET from tool and wanted to check
> whether it functioning correctly.
>
> For API testing , my best suggestion is instead of opting automation tool
> use PHP script. I have seen PHP language is used for testing specifically
> APIs.
>
> I let you know whether it is possible through QTP.
>
> First Play with QTP on your applications and understand whether it is
> identifying object correctly and design the code (Don't do any
> recording) for atleast 3 complete scenarios.
>
> Same case with Selenium, Play, Design and Review the script.
>
> Please forward your questions if you have.
>
> Regards,
> Kiran.E
>
> On Wed, May 20, 2009 at 2:15 AM, superfly <[email protected]> wrote:
>
>>
>> Hi all,
>>
>> I'm developper in a big company, and at the moment there is some
>> thought about automated system testing.
>> So I'm triing to compare HP quick test VS Selenium.
>>
>> I give you a bit of background. I need to automate a full system
>> (about 20 api, webservice, frond end web and windows interacting with
>> other system as well all of see in dotNet ).
>> I have a idea of what I have to do to automated it using selenium and
>> Bromine for the test cases and all of that.
>>
>> But we are in partnership with HP on this Quality center, and Quick
>> Test Professional.
>> And I going through the feature of quick test and I see less
>> possibility than with Selenium the main thing for me is the coding
>> language vbScript against .Net/Nunit in selenium.
>> I will code the testing more then doing a record/play so it is very
>> important for me to be able to code it very easily.
>> I have maintain vbscript application in the past and it was a complete
>> nightmare.
>>
>> I basically don't want to end up with a unmaintainable system at this
>> end.
>> I know already .Net will be my favorite language.
>>
>> How the interaction between vbscript and .Net will work ? I basecally
>> need to be able to call from the test tool API written in dotNet.
>> Do you know if such thing are possible with quick test?
>>
>> Thanks for your help
>> Superfly
>>
>>
>>
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to