What is Automation frame work.How we will prepare in real
time.
Answer Posted / maseed
Frames works are designed by QA Lead or QA Manager for every new project Testing in the company,Frames works designed for the Automated tester for the assumptions of requirements in the current project. Frame work consists
1---- Repository
2----Test Scripts
3----Functions
4----Recovery
5----Test Data
6----Environment Variables
7---- Test Logs
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
wht type of User defined functions or Java Releated functions Do we write in VB scripting
How you can decide which type of object repository you have to use?
ACTUALLY I AM WORKING IN THE DISTRIBUTION DOMAIN.MY COMPANY IS PROVIDING DISTRIBUTION SOFTWARE FOR PHARMA AND FMCG DISTRIBUTORS.HERE I AM USING QTP 9.2.HERE IN MY APPLICATION WHILE RECORDING ONE WINDOW APPEARS.IN THAT I CAN SELECT THE ITEM OR NO NEED TO SELECT.BUT WHILE RUNNING THE SAME SCRIPT THE WINDOW MAY NOT APPEAR OR APPEAR.HOW TO WRITE SCRIPT FOR THIS
What are the views available in qtp?
if numbers are always changing write a script for that
How to get Traceability matrix from TD?
What ate the Technologies supported by QTP?
Can any body please tell me the steps of keyword driven framework of QTP.
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
How many add-ins comes by default with quicktest professional (qtp)?
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
I have two For loop, first For loop does is creates a customer and input the customer info and then the second for loop within the first for loop does the follows which is capture the customer name and verify the with the data within the datatable. The problem I am coming across is that when it goes through the second time creating another customer and then verify the second customer then it creates the following during runtime. I want is to have the customer2 below Customer1 under the Customer_from_Apps. Any help will be greatly appreciate it. Customer Customer_from_Apps Customer_from_Apps1 Customer1 Customer 1 Customer2 Customer2 Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Customer_Val= Datatable.GlobalSheet.AddParameter ("Customer_from_Apps",runtimevalue) row=datatable.getsheet("Global").GetRowCount For x=1 to row datatable.SetCurrentRow(x) Data_Val=Datatable.Value("Customer",dtGlobalSheet) If (trim(Customer_Val)=trim(Data_Val)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val else Reporter.ReportEvent micFail, "Cusotmer validation unsuccessful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val End If Next
What are the benefits of qtp?
Explain the concept of object repository and how quicktest professional recognises objects?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet