QTP -object reposistory spy tool is not able to spy the pop
up message appearing in the application, so how is that i
can handle such run time pop ups in QTP by code???
Answers were Sorted based on User's Feedback
Answer / pratap bandagi
use Sendkeys method to Click on the button highlited.
for Example if there are two buttons on the popup use Sendkeys method to click on the default button like {"ENTER"} or {"TAB"} or {"ALT+F4"} so that u can close the popup or perform any operation on the popup.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / amruta
using shell object
a=10
b=20
set objshell=createobject("wscript")
If b=10+a Then
objshell.popup"b is equal to a"
else
objshell.popup"b is not equal to a"
| Is This Answer Correct ? | 0 Yes | 9 No |
hai friends i'm learning qtp now where we r using only record &playback frame work.and people r saying in realtime they won't use this frame work. if so what frame work actually using in realtime .and could you give explanation comaparing the record &play back fm and what ever FWyou r using in your organization. hoping cool response. thanx in advance
how do u prepare Test Environment ?
types of output value in details.
can we create recorset with out using database connection in vbscript?
How u prepare Test result summary in QTp?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
How to convert manual test cases to automated testcases
We are using the QTP version 9.0 where we want to call objects from global repository for a particular function at runtime for increasing the performance of framework.We are actually looking for loading the objects under test (OAT) dynamically when script runs and would like to unload the same once the execution of the script is completed.
In QTP 8.2 there are lot of check points is this same in latest version QTP 9.5 ?
What is the use of sendkeys and what are send keys
In automation testing Can we retest virtual object in the application after getting new version from the developers, is there any property will change for that object or it won't.?
How QTP identify the system time that's changes every seconds?