how can you write a script without using GUI in QTP?
Answer Posted / naveen
We can Write the Script using without Object repositiory or
GUI objects, that is "Discriptive Programming" here we can
define an object with all properties.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is expert view and keyword view?
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
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
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
What are the check points can be inserted without recording?
what is the advantages and disadvantages of using functions instead of re usable actions
how to evalute defects in QTP script?
What ate the Technologies supported by QTP?
what is the difference between development and testing
Explain sub procedure of vbscript.
What are the different types of functions available in qtp and explain ?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
How you create new action in qtp?
How to use reporter.report event in qtp ?