I have recorded a test over web application(with IE6.0) in
analog mode. But, while running it my test gets failed. Why?
(Note: my systray has 3 open web applications)
Answers were Sorted based on User's Feedback
Answer / aditya
QTP provides an option to enter the url on which you are
going to run the script. If u dont provide this, the script
might NOT recognize the url as u've saind u opened 3 IE
windows.
Hope this answers your question
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amita
I think this is not proper answer.You are talking about the
script running mode option.But,as per question it is asking
while running test got failed.....Plz if anybody know share
with us.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amita
I think this is not proper answer.You are talking about the
script running mode option.But,as per question it is asking
while running test got failed.....Plz if anybody know share
with us.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amita
I think this is not proper answer.You are talking about the
script running mode option.But,as per question it is asking
while running test got failed.....Plz if anybody know share
with us.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / uday kumar_anem
It is always not guarentee that, the analog mode scripts
run properly. Why because, in analog the tool does not
identify at object level. It blindly depends on the
location of the objects. If the object/window is moved to
some another location or the screen resoultion is changed
etc.. then the test will fail.
From the question, say if any of the browser application
(from 3 browser applications) in systray is closed, then
the test may fail.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / tara
Analog mode records depends on screen as well as followed
window..means if you record related to screen then it
basically depends on position of the window.while recording
if you place window somewhere else and while running script
you might be moved the window some where else..thats why
script is failing
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vikrant
Hi
Can you clear what kind of error u r getting? just make
sure that same site is not opened in other browser window.
does it is coming out without giving an error??
Thanks
| Is This Answer Correct ? | 0 Yes | 0 No |
Can anybody post some real time scenario in qtp? please its very urgent.
PLZ EXPLAIN HOW TO LAUNCHING QTP IN TEST DIRECTOR? Is it possible or not? If No Why we r using qtp Td Combination? plz explain briefly? What is the purpose of TD With QTP?
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?
I have to pass all the test cases into gmail userid and password using functions please give me code thanks have anice and greate day
How to capture screenshots of Exceptions/Errors during run- time?
How many add-ins comes by default with qtp?
How to use Environment parameterization? Explain with an example.
How can we test an XML using QTP? I have been to an interview, where they have given me an XML which had 15 values and they have given those values on a separate page. They asked me to write a QTP script to check the XML is having those particular 15 values.
What is the difference between wait and synchronization point?
Suppose Object name was changed in the application in the second build.I have just modified the name in the Object repository as changes in the Application. Is it possible to accure changes in the script accordingly? If so Suppose I am calling the script through function, Will the changes affect in the script(which is in the function)automatically? If not affected, tell me the solution,How to handle this. How should I change the object property name while using functions
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?
Is it possible to call out to Java from QTP?