How will you set a unique four digit number in an edit
field in QTP?
Answer Posted / bashur
using environment variable
you can write XML script to define environment variable in
notepad and save it as XML file.and when u executing qtp
main script call this environment variable.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are the types of object repository?
What are the challenges you faced during you entire life automation ?
How does you test a weblink which is changing dynamically?
Explain different checkpoints in qtp.
How will you report the bug and explain the defect tracking sheet you handled?
What is keyword view in qtp?
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
Can you list some technologies that support qtp?
What is difference between shared and local object repository?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
tell me abt a time when u had to go above &beyind the call of duty to get the job done
Is it possible to use two instances of UFT on the same machine? If not why?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
What is use of object spy?