For Usability testing, which is preferable Automation or
Manual?
Answer Posted / jay prakash
Hello Sameer,
Let me try to answer you:
>>"in which scinarios we will use automation "
Before any automation we generally do a feasibility study
based on several factors. As the output of that study we
list out the test cases / use cases which can or cannot be
automated. The use cases identified for automation should
be automated.
>>"which tool?"
again the tools can't be defined at this stage. that
depends on your project needs. there are several automation
tools available in the market. what suits best for your
project you should use that.
>>"Can usability testing be conducted by QTP?"
Yes. QTP can also be used for the automation part for
usability testing. But it is not the only tool. This
depends on your project needs. Suppose u have to automate
in linux than QTP can't help you.
Please let me know if i make myself clear.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are the technologies supported by qtp?
• What type of testing questions will be asked for 2+ yrs exp people in interview?
What is environment variable in qtp and why to use it?
Why do we use breakpoints in QTP?
Why bpt?
The hybrid framework can be implemented for any application. Is it true?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
What is the XML file architecture ?
How the exception handling can be done using quicktest professional (qtp)?
What are the differences between qtp and winrunner?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
How many tabs are available to view your test in a test pane and what are they?
how to explain a claims and insurance project?
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
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)