Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to run a script from lines 50 - 100 alone (if the script has 1- 200 lines of code)?

Answers were Sorted based on User's Feedback



How to run a script from lines 50 - 100 alone (if the script has 1- 200 lines of code)?..

Answer / raheem

goto 50th step right click on it and select RUN FROM STEP and goto 100th line where put BREAKPOINT otherwise rightclick on 100th step and selects RUN TO STEP

Is This Answer Correct ?    4 Yes 0 No

How to run a script from lines 50 - 100 alone (if the script has 1- 200 lines of code)?..

Answer / shanthi

Use Breakpoint

Is This Answer Correct ?    5 Yes 2 No

How to run a script from lines 50 - 100 alone (if the script has 1- 200 lines of code)?..

Answer / kishan

Use Ctrl+F5

Is This Answer Correct ?    1 Yes 0 No

How to run a script from lines 50 - 100 alone (if the script has 1- 200 lines of code)?..

Answer / deepu

Comment the unwanted script and run

Is This Answer Correct ?    2 Yes 1 No

How to run a script from lines 50 - 100 alone (if the script has 1- 200 lines of code)?..

Answer / mukund

go to 50th Line.

Right Click and Use the option "Debug from Step"
and go till 100th Line.

Is This Answer Correct ?    1 Yes 0 No

How to run a script from lines 50 - 100 alone (if the script has 1- 200 lines of code)?..

Answer / nagesh571

Put break point at 101th line.put cursor on 50th line and press ctrl+F5.then it will execute from 50-100 line

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

how to get the particular chr in an array list the question is ....i have an array like this ABCD EBCF GBCH IBCJ HERE I NET TO GET ONLY "BC" FROM ALL HOW TO GET IT HELP ME ANY ONE THANKS

6 Answers   Cap Gemini,


Hi I am new to QTP. we are planning to implement automation for the application. I am trying to execute the following script: Set ExcelObj=CreateObject ("Excel.Application") ExcelObj.WorkBooks.Add Set NewSheet=ExcelObj.Sheets.Item(1) NewSheet.Name="Order" ExcelObj.Cells(1, 1).Value = "Name" ExcelObj.Cells(1, 2).Value = "Ordernum" ExcelObj.Cells(2, 1).Value = "nam" ExcelObj.Cells(2, 2).Value = "21" ExcelObj.ActiveWorkbook.SaveAs "c:\test1.xls" ExcelObj.Quit Set ExcelObj = Nothing in the above script for the line(ExcelObj.Cells(2, 2).Value = "21") it is inserting the value 21 successfully.this is fine But if i want to insert a variable instead of the constant value then what should be the modification in the script. For example: If user retrives a value throug "GetRoProperty" and wants to insert the value into then how the script changes?

1 Answers  


What are the advantages of Automation objects than Test Objects?

2 Answers   Adobe,


Hi Friends, If you got one Bug , and you are insert that bug in bug tracking tool , and you need to attach SC's (screen shots) also. how to tae SC's , in your organization any separate tools available to take SC's. please provide Ans. its urgent... Thanx in advance

3 Answers  


Is it possible to call out to Java from QTP?

2 Answers  


I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)

0 Answers  


I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me

1 Answers  


Define QTP ?

10 Answers   TCS,


The Senario is Steps to do 1.Entered userid in textbox 2.saved with details 3.i want to open user which i have created its in hurry.....

1 Answers  


How can i initiate the objects to find uniquely in OR

0 Answers   IBM, Livetek,


w is active screen

2 Answers   GCI, Wipro,


How many ways we can parameterize data in quicktest professional (qtp)?

0 Answers  


Categories