For Usability testing, which is preferable Automation or
Manual?

Answer Posted / jay prakash

Usability testing is itself a big term. In usability
testing you perform lots of test scenarios which a user can
or cannot peroform in real world when he/she uses the
product. It is a simulation of actual scenarios.

So it cannot be performed only manually or only by
automation. Both are required in equal ratios.

Please let me know if it satisfies your query.

Is This Answer Correct ?    11 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we Test Welcome Screens and Process Images with QTP

1433


What is qtpro? What is quick test pro? What is a quick test professional?

597


I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)

1414


Connect to QC using AOM.

1238


Explain step generator in qtp?

651






How to remove the associated function library?

532


What is the basic concept of quicktest professional (qtp)?

584


How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?

568


What is a Patch in QTP?

608


There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?

1628


What is the extension of the qtp local repository?

568


Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)

1383


how can we compare descriptive programing with a regular expression

1925


How will you handle java tree in qtp?

630


when will you do debug your script? and explain that process?

1453