In our application qtp unable to indentify the menu
items,we tried number of times to add objetcs into object
repository but fail. through normal recording mode only
objects going to add into repository but while running same
recording script qtp showing a error like " unable to
indentify the object". in repository there is no any
properties and pro values for that object and also i tried
with virtual object config also unable to find the object
in application and in repository.
Then what i have to do to identify menu objects?????
can anybody hell me pls..............
Answers were Sorted based on User's Feedback
Answer / sadashivbyagi
hello guys,
not possible to add menu items in object repositry so please
dont try for that ok
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pratap
hey, try to add the objects by holding ctrl button the keyboard i think it works.
else try to reinstall and see i dont know perfectly i am guessing...
| Is This Answer Correct ? | 0 Yes | 1 No |
Which keyword is used to declare a variable in the vbscript language?
How are values assigned to string type and numeric type variables?
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
sunday is sunday monday tuesday wendesday sunday thursday friday saturday sunday sunday how to count no of sunday in the text file from vb? Answer me asap
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
Illustrate briefly about the different types of statement
write a vb-script code to delete all the mails in my gmail in the year 2011
In what way program "hello world" you can write in vbscript?
Hello All, In QTP 9.2 for Mozilla Firefox, there is webelement in my application, I tried to click on that using decsriptive programming, but it does not work. and for this i tried this code too: Set obj = CreateObject ("Mercury.DeviceReplay") absx = Browser("").Page("").WebElement(".").GetROProperty ("abs_x") absy = Browser("").Page("").WebElement(".").GetROProperty ("abs_y") obj.MouseMove absx, absy obj.MouseClick absx, absy, 0 But it is not clicked. Can anyone help me out for this problem. Thnx in Advance
Explain a few date functions in vbscript
How to get 120 using 5 zeroes, you can use any operator(+, *, /...) in qtp.
* ** *** Please write a code to get output like above diagram? ple explain as it how the code works?