WHAT IS THE FRAMEWORK & ARCHITECTURE OF YOUR PROJECT
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Do you have any knowledge about Business Processing Testing in QTP
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.
what is option explicit?
How many actions we can write in a test?
What is a programmatic description?
what is descriptive programming in QTP? How can be done?
what are the different Frame Works in Quick Test Proffessional testing
How do you invoke an application using the step generator in qtp?
how to get column count in datatable
What are the types of data tables in qtp?
Does QTP support Java Script also. Which is one is preferrable for QTP, VB script or Java script
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?