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 |
1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?
What is diff between SDLC AND STLC?
What are SetToProperty, SetRoProperty, GetToProperty scripting?
How to build scripts that access data from external sources?
Waht is User interface and Integration Testing?
i m tryed to use qtp in a user registration form but at the "image enter"part it gives a error when i run the qtp bcz the image is changed every time so it gives a error when i use regukar expreesion fot this it still gives a error value bcoz it reads the image code bt nt reconige the image which i enter in the image verification text box.so hw can i automate qtp for this function.plz give me a answer
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
anyone can explain about "Hybrid framework" in QTP
What is difference between Class and MicClass
I am just a beginner in QTP. Could any one explain me in detail how to automate adding two numbers and getting the result in QTP. Also I would like to parameterize the inputs. I have tried but getting an error like 'Can't use sub.....'(can't recollect the exact error)
what is Action conversion tool? what the Action conversion tool will do?