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


WHAT IS THE FRAMEWORK & ARCHITECTURE OF YOUR PROJECT

Answers were Sorted based on User's Feedback



WHAT IS THE FRAMEWORK & ARCHITECTURE OF YOUR PROJECT..

Answer / saritha

Automation Framework is the perticular proccedure followed
by company for automation.There are types
1. The test script Modularity framework
2. The test library architectural framework
3. The keyword-driven or table-driven framework
4. The data-driven testing framework
5. The hybrid automation framework (Using two or more
above frameworks

Is This Answer Correct ?    2 Yes 1 No

WHAT IS THE FRAMEWORK & ARCHITECTURE OF YOUR PROJECT..

Answer / srini

As Mention above there are different types of framework, it
is upto the project requirement which frame to follow. To
explain frame in simple words is that,

Frame work is skeleton structure of the folders where you
will defining what info should be placed in which folder.
Based on the project requirement and design architecture
frame must/should be choosen.

Is This Answer Correct ?    1 Yes 0 No

WHAT IS THE FRAMEWORK & ARCHITECTURE OF YOUR PROJECT..

Answer / venu

I feel you should say what you did in your automation project.like,

did data driven testing for particular fields,
exception handling for particular fields,
checkpoints you put
about database testing using automation etc.
tell all the qtp features which you used for your project.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More QTP Interview Questions

Do you have any knowledge about Business Processing Testing in QTP

1 Answers   TCS,


Hi Friends, How to trap an error message on Web page through QTP. Example:- When I put wrong user id or Password on a web page, I get the error message. So when I add the error object in Reposatory, every time it shows as Login Failed Object exist, eventhough using corret login details. And if I do the same without adding the object it shows as object not found. This might be because while recording QTP takes every new page as _1 _2 _3 and so on. as below. Browser("XXXXX").Page("XXXXX_1"). >>login Browser("XXXXX").Page("XXXXX_2"). >>Inbox Browser("XXXXX").Page("XXXXX_3"). >>Sent Items I used below code. Browser("XXXXX").Page("XXXXX").WebEdit("firstname").Set strFN Browser("XXXXX").Page("XXXXX").WebEdit("lastname").Set strLN Browser("XXXXX").Page("XXXXX").WebEdit("userid").Set strUserID Browser("XXXXX").Page("XXXXX").WebEdit("password").Set strPass Browser("XXXXX").Page("XXXXX").WebButton("Login >").Click If Browser("XXXXX").Page("XXXXX_2").Image ("msg_icon_error").Exist 5 Then Reporter.ReportEvent micFail, "XXXXX", "Login Failed!" ExitRun (It shows login failed ever after login is passed. Else Reporter.ReportEvent micPass, "XXXXX", "Login Successful!" End If Please find out a way for me here, and provide me with the correct code. Thanks in Advance.

1 Answers  


what is option explicit?

5 Answers  


How many actions we can write in a test?

7 Answers   TCS,


What is a programmatic description?

0 Answers  


what is descriptive programming in QTP? How can be done?

19 Answers   Accenture,


what are the different Frame Works in Quick Test Proffessional testing

5 Answers   Wipro,


How do you invoke an application using the step generator in qtp?

5 Answers  


how to get column count in datatable

3 Answers  


What are the types of data tables in qtp?

0 Answers  


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

18 Answers   IBM,


Hi, How Accessibility checkpoint in QTP can be implemented in the test script?

0 Answers  


Categories