For Usability testing, which is preferable Automation or
Manual?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Usability testing is done by manual testing not by
Automation tools.How the application user friendly for end
users identified oly through manual testing.Testers have to
test the application in user aspect of view.
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / nnr
Usability testing nothing but test the user frendlyness of
the application so in this case no matter of regression or
any other types...
finally we(tester) need to test the application as a common
user so it is purly manual testing...
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sameer
Jay prakash !! I understand where we can implement manual
testing but in which scinarios we will use automation and
which tool? Can usability testing be conducted by QTP?
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / sameer
Understandable answer given by Jay Prakash, Thank you for
your quick reply.
:)
| Is This Answer Correct ? | 0 Yes | 1 No |
in which case & which method we can use "native" property of an object ?
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
Suppose there is a link present somewhere in an excel sheet. Find the link and click on it. How to write a script using Excel application object in QTP?
What is TD plugin? For what purpose they are used . Ineed to connect QC9.2 with QTP 9.2 . Need to run some scripts IN QTP having the QC connectivity. Pls explain in detailed step Thanks in advnece
what is the purpose of SetTOProperty Method?
1 Answers Cap Gemini, iGate, Wipro,
Hi, i am mallishwari, i am veryn ew to testing but i have very much interest in testing. plse give me some guidence to get the job in testing. send me required documents and faqs to my personal id: mallishwari_urs@yahoo.co.in thans for advance.
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
Interviwer asked, How many years exper.. on QTP? I said, total 2 yrs exp in manual and QTP. QTP only current project arround 3 months. then interviewer ask , HOW BOLD YOU QTP? What you say?
Is QTP a compiler or interpreter..? can you we execute a QTP Script file in a another system which does not have QTP installed..??
why don’t use real time they r not using check points
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
Get the count of files of similar types from a folder.