Overview

Overview

Welcome to QTP interview questions

Hello software Quality engineers. Welcome to our Software testing world and common QTP(Quick test pro) related technical issues, interview questions etc. . Over 2 years, I am trying to update all possible interview questions in testing area of QTP. With your continuous comments on the topics and suggestions, we are growing day by day.

Showing posts with label change. Show all posts
Showing posts with label change. Show all posts

Wednesday, December 19, 2007

. Changing D Mic.ini file

Some of QuickTest Professional information is stored in a text file which is called mic.ini. tis file is located under D QuickTest bin directory.[SectionA]NameA=ValueA
To enter D above change 2 D mic.ini file U should perform D following:
1. Open D mic.ini file located under D QuickTest Professional bin directory using any standard text editor
2. Search 4 section name (in tis case 'SectionA'). If it does not exists - add it 2 D end of D file
3. If D line (beginning with D NameA text) exists in D section, Dn change D value 2 be ValueA
4. If D line does not exist add it 2 D end of tis section (before D next Section begins)

How 2 change D logical name of a Test Object?

When recording an object QuickTest Professional uses one of D object's properties as D logical name 4 D object (the name displayed in D Expert View and in D KeywardView modes).
U can change D property that is used 2 be a different one bi specifying which property's value U want 2 use as D logical name 4 D object.
For example in order 2 use D alt property as D logical name of an image, run regedit.exe and set D following information:[HKEY_LOCAL_MACHINE\SOFTWARE\Mercury Interactive\QuickTest Professional\MicTest\Test Objects\Image]
"tag query name"="alt"

Can I change D Active Screen page which is shown on every new test?

tis page can be changed 2 be any valid HTML page. D page can be located either locally or on D network.
For example, if U want Ur entire organization 2 view D same Active Screen page when Dy open QTP, U should open D NewTest.inf file located under D dat\snapshots directory of QTP and set D next line:FileName1=FileName1=\\mercury\public\MainPage.html