Can you write User defined function for WebEdit ?
Note1: This function can be used for all web edits in all pages
Note2: Don't use Child objects method
Answer Posted / raj123gmail.com
Function webEdit()
------
-----
End Function
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is qtpro?
In what occasion we can specify global sheet and action sheet?
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
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
How to handle dynamic objects in quicktest professional (qtp)?
How to open a new test using quicktest professional?
How can we conduct U-I Testing by using QTP??????
Can you write a script to check if the folder exists or not?
Sql questions to find second max salary and how to use joins
What is difference between shared and local object repository?
How to break the object spy ?
how to write xml output check point bu useing descriptive programing .means without useing output check point
what is supply chain management?
hou can we use vb script in qtp could u tell me breafly
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?