For Regression testing already written test cases are
sufficient?
Answers were Sorted based on User's Feedback
Answer / sailaja
It depends on the application . If the new functionality is
added to the application we need to write the testcases to
test that functionality. If it is a modification to the
eisisting functioanlity noneed to write the test cases.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / vengi
yes, becauses code changes but test cases are not changed
| Is This Answer Correct ? | 0 Yes | 2 No |
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
0 Answers Tavant Technologies,
what is the long form of QTP ?
I learned all the objects of my application in object repository thru English Language. now i want to use same object repository for other languages(French,Dutuch and Chinese)
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
what is the diffrence bw qtp architectute and qtp framework?
What is LoadRunner?
how to write xml output check point bu useing descriptive programing .means without useing output check point
I have to pass all the test cases into gmail userid and password using functions please give me code thanks have anice and greate day
In Descriptive programing if i use this below code will it work for login window or flight Res Window. Shud i add the properties like attached text=login and text=Agent Name in the object repository and define a new object first. Pls tell me the procedure in clear inorder to execute this script. Dialog("title:=Login").WinEdit("attached text:=Agent Name:").set"agent123" Dialog("title:=Login").WinEdit("attached text:=Password:").set"mercury" Dialog("attached text:=Login").winbutton("text:=OK").click
Hello everyone, I am trying to parametrize a script. Its clear to me that, we use data table to enter various text data. but if I want to change the radiobutton (e.g. if for first iteration I selected radio button 'A' and for second iteration I want to use 'B' radio button for second iteration) then how can I make it happen. I have tried to define the question but still if not clear plz tell me. Thanks everyone
My company has recently started using Ajax for building UI and QTP is nor recognizing the drop down list for selection.It recognises it as a general Web Element or Web Table. I have added individual selections from the drop down as web Table. It works as long as the page is not refreshed. I need some help and inputs as to how to make QTP recognise a drop down list for selection. Any help will be appreciated.