Posts Tagged ‘QTP’
QTP 10.0 – Menu Bar Items are Missing ? Gone ? Here is the Fix !
I am not sure why QTP is behaving like this ! But here is the Fix for it:
1. Open / Start QTP
2. Right click on the Menu toolbar (File Edit View Insert ….)
3. Select “Customize”
4. Click on the “Toolbars” tab
5. then Click on “Restore All” button at the lower right hand side.
Back after a Break !!!
Well, I have been off from the Blog and the Net for a while, had to take an involuntary break from everything due to other commitments
!
But as promised to a lot of you, I am adding some articles that I had written and researched while on the break. So here is the List:
Basic QTP Navigate Code Failing :O !
Problem:
Hey Al,
I am testing a browser based application using Internet Explorer 7.0.
I am trying to use this code :
Browser(”Google”).Navigate “www.testsite.com”
And run this code in QTP, page is not opened, no any error is shown and QTP does not fail this code.
When I try the following code:
Browser(”Google”).Back
And run this code in QTP, General Run Error! occurs and QTP fails this code.
I tried these codes using Internet Explorer 6.0 but same problems exist.


