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 |
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
After geting the modules where we generate the script ie in qtp or notpad ?
What is the vb script when the url enter into the browser
How do we handle run-time errors?
How many add-ins comes by default with quicktest professional (qtp)?
why require regression testing?
Explain the new feature of UFT regarding the export of test results?
Write test cases for copy and past password in password field ?
Can I record on netscape browser does it require any special settings ?
There is one parent browser and 'n' number of child browsers on desktop. Write a code to close all the child browsers but parent browser should not be closed.
What is post recovery scenario?
QTP9.1 does not support to text checkpoint in Windows application? Is this correct? If this is correct, what is alternative for Text checkpoint?