When i am recording in QTP the object name of the textbox is text1 and it is changing while i am executing. whennever i am opening the login window it is assgining new names If it is like this how can i test the application
How to write QTP script to exit from loop? suppose I am using parametize functionality and in data table there is 3 password corresponding 3 username and second pasword is wrong. Now I want to exit after completion of second iteration and continue with third iteration.
Latest Answer : WebEdit("name:=name of the edit box")if the name of the edit box is given in the above code we can access the edit box ...
Hi,I am testing an Add Employee screen.In the same screen the user has an option to upload the image of the Employee.Now the problem is i am able to record the upload operation and i close the screen once it is been uploaded.Now when i run the Test..Qtp fails to perform the Upload Operation...meanwhile jumps to a new record in the Data table(i have parameterised few fields).Pls help...Thnx in Advance...
Hi I am using QTP for Testing a Web Application.I want to click an object that has the property of table Onclick event of that application moves the element to to some other position(Top) in that table..Now When I Record and Run the Script the object discriptio has changed .....Since I have a Unique name for my object I could have used it..But It is not a plain text and insert text checkpoint throws me error saying object not found I can use only text check point How To use the same for a event
Can anybody knows the method to follow for the following situation. "I have a table.If the cell (2,3) is equal to X, the element(link) in the cell (2,4) has to be clicked".
Latest Answer : DataTable.GetRowCount : Returns the total number of rows in the longest column in the first sheet in the run-time Data Table (global sheet). using a for loop we can get the necessary data.(If ther is a better way pls let me know) ...
HI friends, Present we are Working on QTP 8.2 VersionPresent we are moving on to BPt , What is the difference between Scripted Component, Business Component and Application Area?How we can import the data from data Table in Application Area?
QTP 8.2 launches the application "Customer Care Client.appref-ms" set in Record and Run settings but does not recod any actions performed in the application.The addins added are VB,Web and Activex.The application was closed when the Record and Run settings were set.Is .Net add-in required?