what are the challenges do we face while testing webbased
applcations using the automation tool QTP or any?
Answers were Sorted based on User's Feedback
Answer / raghu
1)Unable to understand custom object, then we have to map
that object to standard object.
2)To handle the runtime objects.
3)Using Regular Expressions.
Is This Answer Correct ? | 12 Yes | 2 No |
Answer / jignesh
While testing Web-based application,people might face
object recognition problem. At this situation, one can use
Smart Identifier. Once it is used in the script and run it,
in the result window, they can find out which are the
properties to uniquely identify specified record. after
that without using smart idenfier one can execute script.
Is This Answer Correct ? | 12 Yes | 4 No |
Answer / paayal
One of the challenges user face with QTP web based
applicatons is 'Working with Dynamic Objects'. If we have
dynamic objects on screen which can be part of a table or
otherwise as well. Descriptive programming is the only way
to work with these kind of objects in QTP.
Is This Answer Correct ? | 13 Yes | 7 No |
Answer / lokesh kanithi
1. Main problem is with Synchronisation.
2. Page navigations while doing like parameterisation.QT
will captures the link.We should take care thar at the end
of scenorio initial link has to b connected.
3. To handle runtime objects & regular Expressions....
Pls let me know more if it is wrong.
Is This Answer Correct ? | 4 Yes | 4 No |
How to convert QTP's ObjectRepository.mdb file to xml file
What are the most frequent errors you faced while executing your scripts?
How to findout the number of spaces with in STRING For Ex : STRING is " RAJ IS A SOFTWARE ENGINEER " Please send me the answer
How to execute a winrunner script in quicktest professional (qtp)?
How many types of Test Plans are there...??
how will load the object during runtime?
how qtp identify two objects having same name, supose objects are in same page also with same name,specify spl feature.
Can we do Load Teting with QTP?
How to find array size in qtp?
what is the script(qtp) to export and import the datas from MSaccess to Excel sheet.if anybody know plz tell me.
An object is created, i dont know the methods available for that object, i want to find methods available for that object and use the required method. How i can do this???
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?