Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Does QTP support Java Script also. Which is one is
preferrable for QTP, VB script or Java script

Answer Posted / govardhan palla

Framework which we are going to use in our project is
Hybrid Driven Framework and the application is in Oracle
Apps HRMS technology. But here you should have to know that
the framework which we are going to use is depends on our
Project. Some projects are we suite for Keyword driven
framework and some of the projects are for Hybrid Driven
Framework (some times we can call it as Function Library
Framework). Keyword Driven is Very easy to use and
implement, but when our test script is under more
maintenance mode then the Keyword Driven FW is more
difficult for Automation Developer, since we don't have
full control on the test script, if more than one
Automation Developers are means we will get conficts like
which part of the script is going to modify. Hence to
reduce the complexicity and to get Test script fully under
our control we can use Hybrid Driven Framework but it is
very complex to understand and develop.

In your case what type of error you are getting while
executing your test?
1.first make sure that your test script is going to
identifing the objects (in the application). If it is not,
add repository and Script accordingly.
2.Store the Object rep. in your local Drive with shared
mode (if you are using QTP 9.0 or later version it will
automatically in shared mode)

3.take the script scrap and devide logical functions
according to your wish and store them in .vbs file (here
you can devide all functions in individual .vbs files or
you can combine all together in one .vbs file)
4. Prepare Test Data in internal or external files.
5.Create Driver Script according to your requirement in
mine Test.
5. Add above created functions with the help of File-
>Settings->Resources->add library file
and add the same functions in Add Function Library list
6.Associate Object Rep. to your test. or you can create
some functions like Add Object Rep.dynamically and Add
Excel sheets Dynamically to your Test

Like above you can prepare test environment.
Please get back to me if you've any doubts on the same.

Cheers,
Govardhan

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is QTP scenario.

2318


An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?

1121


how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??

2078


What are the different types of recording modes?

1028


in a web page hoe to check the dynamic links that rechabging with out using regular expressions

2261


how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!

2162


What ate the Technologies supported by QTP?

1161


How do you convert manual test cases to automated test cases?

1115


what is error and fault in terms of software quality?

1989


How to associate shared object repository to test in qtp?

1006


How to recognise the webelement and verifying that webelement is enabled?

2192


When and why to use descriptive programming?

1054


How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks

3263


How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?

4606


what is the difference between built-i function and In-built function?

2179