hai,i want to select an option from the right click pop up
menu.but the qtp is not recognizing the right click pop up
menu as a seperate object.can any one tell me the solution.
Answers were Sorted based on User's Feedback
Answer / rajdeep
Use Low Level REcording Method buddy for those particular
steps.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / deepak
Hey Laxmi,
If you use Low Level Recording then the script would
automatically generate right?
You can use the same script in your automation without any
problem..
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / chivukula
we have another options like Keyboard shortcuts,Send keys or mercurry device play option.we press the right mouse and give the key stroke which option you want and give enter keystroke
| Is This Answer Correct ? | 1 Yes | 0 No |
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
how do u retrieve data from a database ? i.e. i want to retrieve 2nd record only from a database ? write code for this. by using ADODB connecton, RSOBJ and using a FOR loop we can retrieve all the records( ex: if we give query as select * from emp). but i want only 2nd record. so how to acheive this.
How to find a window is minimized or not
What is difference between function and procedure?
41 Answers HCL, IBM, iGate, Infosys, TCS, Veritas, Wipro,
do you prepared framework,pls answer this
What are the disadvantages of recording test cases in qtp?
how will u do database testing in qtp? how will u do the same with descriptive programming?
any one can explain about QTP proocess,means where to start and how to start Scripting.
I have written some script in QTP and i added those objects in Object Repository. All written script has been executed successfully. After few days when i tried to execute the same script i got error message "objects not found in Object Repositiry". How can we solve this issue?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
Iam trying to write script for Rediffmail Page,in doing so the script line for go button is not accepting. Is their any other way other than . Browser("micClass:=browser").Page("micClass:=Page").Link ("micClasss:=Link","name=go")