How to test whether the navigation i.e. from one page to
another is working r not using QTP for web based
application. plz explain in detailed or mail the sample
code to malepatin@gmail.com

Answer Posted / jay prakash

you can chek the link (href field or http:// field)... if
its changed from the previous one that means you have
sucessfully navigated.

Please let me know if it helps.

Regards,
Jay Prakash

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use conditional loops in qtp ?

574


What are the views available in qtp?

575


What is the use of sendkeys and what are send keys

1941


How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If

2563


How to associate function library at a run time?

696






suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?

1319


When should I use smart identification?

592


Explain about the test fusion report of quicktest professional?

522


in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?

6309


what you mean by artifact,milestone...

1485


If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?

573


To retrive the test data which tool vl use and whats basis u vl write test data? its urgent

1433


What is the process of synchronizing qtp and aut?

564


Write a script to verify font style and color of a windows object using descriptive programming

829


I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?

1555