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

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


Please Help Members By Posting Answers For Below Questions

What are the technologies supported by qtp?

951


• What type of testing questions will be asked for 2+ yrs exp people in interview?

1672


What is environment variable in qtp and why to use it?

990


Why do we use breakpoints in QTP?

1045


Why bpt?

1045


The hybrid framework can be implemented for any application. Is it true?

1109


Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.

3517


What is the XML file architecture ?

1990


How the exception handling can be done using quicktest professional (qtp)?

1094


What are the differences between qtp and winrunner?

977


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?

2072


How many tabs are available to view your test in a test pane and what are they?

1062


how to explain a claims and insurance project?

2247


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

1828


Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)

2096