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
What is the basic concept of qtp?
What is the extension of qtp local repository?
What is qtp window?
How can you identify the browser and its information using QTP script?
How to recognise the webelement and verifying that webelement is enabled?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
What is a programmatic description?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
What are the steps involved in recovery scenario wizard?
Sql questions to find second max salary and how to use joins
What is system testing and what are the different types of tests you perform in system testing?