How to convert non-reusable action into reusable action in
QTP?(i know by default QTP will take it as a non-reuable
action )(Chandana) plz urgent?
Answers were Sorted based on User's Feedback
Answer / nirmal sahu
right click on the Action-Action-Action property-In the
General Tab you will get a checkBox(Reusable Action)
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / chandini
Hi
Goto Step->Action Properties->Click on reusable.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / shanthi
Access Menu Edit >> Action >> Action Properties
The general tab of action proerties has a check box for
Reuseabe action
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / suresh anagani
Right click on the Action->Action Properties->uncheck the
Reusable-Action option
Thanks,
-Suresh
| Is This Answer Correct ? | 1 Yes | 0 No |
how to get the object count ?????????
How to find array size in qtp?
What is meant by Step Generator in Qtp How is it used? pls gimme in detail
How can i see test results in excel sheet ? test data not present in data table.
Both static and dynamic arrays are handled by the vb script. Is it true?
Hi, I have a login page. To login in that page I need to have a valid username and password, which is stored in database. I imported that table to my DataTable in QTP (Global sheet). Now I need to write a code in qtp so that I can login only with valid username and data. my condition is : I want to get username and password from inputbox(which i did) and click on login button- which should verify the datatable for username and password and if value is present only then lofin else stop the testing. DataTable contains columns : LoginName and Password Code: Rowcount= DataTable.GetSheet("Global").GetRowCount msgbox "RowCount= " &RowCount,1 CurrentRow= DataTable.SetCurrentRow(1) Do Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$UserName$ctl").Set DataTable("LoginName",1) Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$Password$ctl").Set DataTable("Password",1) Browser("").Page("").Frame("Frame").Link("Login").Cli ck CurrentRow=CurrentRow+1 Loop Until CurrentRow>Rowcount Can anyone help? Thanks, Priya
WHAT IS THE SIZE OF OBJECT REPOSITORY USING IN YOUR COMPANY? Can any body tell me answer of this quation........
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
I need diffrences between Object Identification, Smart Identification, Regular expresion,Low-Level Recording (enables you to record on any object in your application, whether or not QuickTest recognizes the specific object or the specific operation.) I am working on Web Application. In that object caption will change dynamically. For example, consider “Save” button. On clicking save button the caption changing as “ EDIT ”. From above concept which concept I have to use here?
How we wil do data driven test using chkpts? Plz. give me complete navigation steps for this?
w is configaration management
what is meant by iterative model?What is its working principle?What are its advantages and what are its drawbacks?