If a object property is changed in the application. where
it should be updated in QTP...
Pls anybody can give the answer.. Thanks in advance...
Answer Posted / thirumala reddy
we can do in two ways
first changing the property in the object repository
and by using SetToProperty we can handle during runtime.
and if u changed any property in object repository after
writing the script, it is better to run in update mode.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
How to customize qtp?
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
How to call a test from another test?
What are the types of properties that quick test learns while recording?
What is the default add-ins in qtp?
We stored into the objects OR and then write the scripting
Explain how Selenium is different from UFT?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
What is the expert view?
What is the short cut keys for the following?
What are the methods of the TextStream object that are used for reading from a text file?