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

Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this

2062


Where to use Property Let, Property Get, Property Set in UFT

372


What are the ordinal identifiers in web page?

640


Can any body please tell me the steps of keyword driven framework of QTP.

1567


What are the check points can be inserted without recording?

596






Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1346


Hi, How Accessibility checkpoint in QTP can be implemented in the test script?

1610


Hi,All How to create a link in excel sheet using qtp

3001


In qtp, how you can use xpath to identify objects?

614


in a web page How to check and display a particular word from a paragraph?

2039


assume i have few url link how will i dynamically call then using descriptive programming?

1601


What is the meaning Work bench?

1762


Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.

1851


How will you find the current time of the remote machine using QTP script?

597


What is the limitation to XML Checkpoints?

1601