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 |
best training centre in bangalore
how to set one column as primary key in QTP and fetch values accordingly
int a=4857 i need output as 7584.without using any inbuild function?
How will you compare two strings in vbscript?
what is the code in QTP to take screen shot? Please send me any one to my mail id. my mailid is manu.sanepalli@gmail.com
how to delete folder test3,test4 and test5 using vbscript?
write a Vb script to find a whther a selected drive exits.
I need to get some data from data base and store this (retrieved) data in a excel sheet using VB script in QTP9.0 I have created connection for data base I have created as excels sheet by using Set XL=CreateObject("Excel.Application") XLworksheet.cells(1,1).value= rs.fields.item("<<The data retrieved from data base >>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent
what is the function to get the ascii value of the character?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
How will you get a subset of a array in vbscript?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?