what ar the challenges do we face while testing webbased
applications using the automation tool qtp or any?
Answers were Sorted based on User's Feedback
Generally we encounter following problems
1.Autopopulation of field data which is typed in previous
actions.
2.Serverdown server cannot be found
3.Page cannot be displayed
4.taking long time to fetch a webpage(due to database
problem)
....................
By rajendra_penumalli@yahoo.com
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / nn
Object identification prtoblems becoz the properties will
be changed
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / ravi_kanakam
Unpredictable page loading time, as it depends on network
traffic.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ycy
1.Repository storage problem
2.Page synchronization
| Is This Answer Correct ? | 0 Yes | 2 No |
if interviewer asked about the framework used for automation how we will handle the question..means what should be the answer..plz help..which framework u r used in our company?
How can we get the result from WindowsXP Command Window? (e.g. After we input 'ipconfig' in command window, how QTP get the result?)
I have a drop down box to show selected number of records in result page.It contains 4 items like 10, 25,50 and 100. when i was recordes script for seelcting each item and checking selecting number of records in the result page( it is in the same page in the table format)it is generating a new page with same controls( objects) in the OR. how to avaid these in OR? is it possible to write DP for only these lines?, remaining(remaingin lines of code) objects i want use from OR only. One more problemis if change ( add /remove properties of an OBJECT in OR , my ( recorded )application is not running.
How to compare the two strings?
How to create runtime property for an object?
what is memory leakage?
16 Answers ITC Infotech, Panamax, TIT,
How to fetch web elements count from Google Page which contains letter "e"
I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.
How can I use Call dlls in QTP ?
Tell me Three major differences between QTP & Winrunner?
I know the Basic QTP. But I wanted to learn descriptive programming in QTP. Without Object Repository how we can develop a script? I wanted to do one real time project using QTP. If you know this type of training is available in pune then let me know the address.
What are the properties you would use for identifying a browser & page when using descriptive programming ?