A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4)
FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD
AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS
CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE
PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.
No Answer is Posted For this Question
Be the First to Post Answer
What is wrong in my code?
How u connect bugzilla with QTP
1 Answers Deloitte, TCS, Wipro,
how to reverse a string with out using string or predefined function,ex:string is " i love india". the output should be like this "i evol aidni"
I m in new and want to learn QTP. Is any website which provide free QTP video training.....also can downlaod....
Define Error Pane of UFT?
How to use parameterization in qtp?
During test run,How will you copy/paste from/to clipboard?
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 watch currnet value of an object like OK buton or edit box with "Agent Name:" label. in watch expression tab?
how many types of actions r there? what r they? explain? pls give any one answer?
i have batch scripts in qtp and i want to update the status like pass/fail in excel sheet after excecuting the every script in batch.how to write the script for this?
What are the different scripting languages you could use when working with QTP ?