This Example was written for comparing two XML files assuming the contents of the both XML has the following elements: <Books> <Title>QTP</Title> <Author>Mohan</Author> … more →
Quick test professionalquicktestprofessional wrote 1 year ago: This Example was written for comparing two XML files assuming the contents of the both XML has the f … more →
quicktestprofessional wrote 1 year ago: This code will open two excel sheet and compare each sheet cell by cell, if any changes there in cel … more →
quicktestprofessional wrote 1 year ago: Excel Sorting By Row: Const xlAscending = 1 Const xlNo = 2 Const xlSortRows = 2 Set objExcel = Creat … more →
quicktestprofessional wrote 1 year ago: Maintenance Run Mode : Repair your test on the fly, this will assists you to adding the steps or uo … more →
quicktestprofessional wrote 1 year ago: Dim From From = TimeSerial( 11, 0, 0 ) ‘ to emphasize 24 hour clock! 11 AM Dim Till Till = Tim … more →
quicktestprofessional wrote 1 year ago: Dictionary Object Dictionary Object stores data key, item pairs. A Dictionary object stores the i … more →
quicktestprofessional wrote 1 year ago: How To close MsgBox Runtime Write the below line as the first-line in your script. Set sh = Creat … more →
quicktestprofessional wrote 1 year ago: What’s New in Quick Test Pro 9.0 Object Repository Manager You can use the Object Repository Manager … more →
quicktestprofessional wrote 1 year ago: QTP Additional Faqs 1) How to Stop the execution of the test. Syntax Services.Abort 2)How to … more →
quicktestprofessional wrote 1 year ago: To update information is entered into the database at runtime, you will need to add code to your scr … more →
quicktestprofessional wrote 1 year ago: How to send a key command to a Web object Some Web objects will perform actions when certain key com … more →