1...HOW MANY TYPES OF OBJECT REPOSITORY ARE THERE IN QTP?
2....WHAT ARE THE REPOSITORY FEATURES EXPLAN.
3...HOW TO CREATE A RECOVERY SCENARIO? WHAT DOES RECOVERY
SCENARIO MANAGER DO?
4...OPEN A WORD FILE AND MODIFIED WITH SOME VALUE USING QTP?
5... HOW TO CREATE EXCEL FILE USING QTP?
6... HOW TO RETRIEVE A VALUE FROM WEB TABLE?
7... WHAT IS QC REQUIREMENT TAB DO ? HOW TO MAP THE
REQUIREMENT?
8... HOW TO PASS A VALUE FROM EXCEL FILE TO SCRIPT?
9...WHAT IS THE USE OF SPLIT FUNCTION?
Answer / ram.polavarapu
1ans)there are two type of object repositaries
1)local object repositary
2)shared repositary
2ans)which can stores the object properties and test
objects and we can change the logical name
3and)go to qtp->resorces->recovery senatio manager->click
on new senario->select the trigger event 1)pop-up window2)
object state 3)test run error 4)application crash select
one out of this->select the pop up window->show the window
and select the window text contain select keyboard and
mouse operation->select click button with lable->show the
button->click an add senario to current test->finish button
and save the file .qrs
4ans)i dont no
5ans)dim xl,wb,ws
set xl=createobject("excel.application")
set wb=xl.workbook"sheet1"
set ws=wb.worksheets.add("path")
wb.close
set xl=nothing
6ans)by using getcelldata(row,colums)
7)we can add the requirement
8)
9)by using split we can split the lines
| Is This Answer Correct ? | 3 Yes | 1 No |
VB scrip has a special command named LBound, which returns the starting index of an arry. What are the possible indexes an array can start with? options are given below. and one only the correct answer. pl select it 1. any index 2. only even non-negative 3. only 0 4. any non-negative integer
How can i use Ordinal identifiers and Smart identification methods suppose i want to know the index no of check box
Which MS Excel formulas are possible to use in the DataTable? I am searching a formula for searching a field in the datatable
I came across Good question ..... Write a script to only download pdf's if there are 20 links on a page. Kindly reply these type of questions are pretty challenging..
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
How to customize qtp?
what is Compile Module in QTP? what exactly it contains Functions or Actions?
What is Test Fusion Report in QTP?
Is qtp supports uni-code?
Can u tell me example for virtual objects?
How do we run a test from the 3rd row of the datatable in QTP? Leaving the first two rows we need to test AUT from 3rd row to n'th row.
What is OUTPUT VALUE ? PLZ Explain With Example?