what are the areas that cannot be tested using an automated
tool? list a few
Answer Posted / rajasekhar
For example if we a take registration forms, in those recently we are using 'Captcha' codes. Without entering exact captcha code, user may not register into the site properly.Captcha code is not static data, so it will change every time. In this cases through manually only we can register (test).
This type of functionality is difficult to test using automation.
Is This Answer Correct ? | 28 Yes | 0 No |
Post New Answer View All Answers
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
Explain actions in qtp ?
How many types of recording facility are available in quicktest professional (qtp)?
In qtp, how you can get the last character from a string?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
Define Error Pane of UFT?
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
What is the process of synchronizing qtp and aut?
How to find the path of folder in which the test is saved in qtp?
Where we can use the analog mode and where we can use the low – level mode?
How to break the object spy ?
When to use shared and local object repository?
How is UFT 11.5 version different from UFT 12.0?
explain how to write vb script in qtp?when will you write own script?