How can the name of a checkpoint be changed in Qtp

Answer Posted / rashmi

Go for "Checkpoint properties" and change the checkpoint
name.

1) Right click on checkpoint in expert view --> Checkpoint
properties

OR

2) Edit --> Step Properties --> Checkpoint Properties.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is fragmentation and paging?

1837


How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is

6573


What are the advantages of parameterization ?

843


If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?

4989


How to write business scripts using object repository with different scenarios

1649


How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?

859


What is the difference in the global and action sheet in qtp?

812


1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?

1727


Explain how you can replace string in qtp?

844


What is checking bitmaps?

817


What are the five challenges you faced in QTP?

2987


What is the difference between keyword view and expert view?

893


Define Environment Variable in UFT and its uses?

832


I have two For loop, first For loop does is creates a customer and input the customer info and then the second for loop within the first for loop does the follows which is capture the customer name and verify the with the data within the datatable. The problem I am coming across is that when it goes through the second time creating another customer and then verify the second customer then it creates the following during runtime. I want is to have the customer2 below Customer1 under the Customer_from_Apps. Any help will be greatly appreciate it. Customer Customer_from_Apps Customer_from_Apps1 Customer1 Customer 1 Customer2 Customer2 Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Customer_Val= Datatable.GlobalSheet.AddParameter ("Customer_from_Apps",runtimevalue) row=datatable.getsheet("Global").GetRowCount For x=1 to row datatable.SetCurrentRow(x) Data_Val=Datatable.Value("Customer",dtGlobalSheet) If (trim(Customer_Val)=trim(Data_Val)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val else Reporter.ReportEvent micFail, "Cusotmer validation unsuccessful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val End If Next

1602


In qtp, how you can remove the spaces from string?

794