Among all the check points what is the most important
checkpoint?
Answers were Sorted based on User's Feedback
Answer / sameer
The answer to the question is totally dependent on the type
of application you r testing,e.g if your application
requires intensive database transactions then surely you
may go for a dtabse check point,if at all you are using
checkpoints !!
I dont think theres something like most important
checkpoint, its your application nature that makes a
checkpoint immportant as per ur approach !!
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / anjaneya reddy
Each checkpoint has its own importance. Depending on the
project we can use checkpoints. But Standard checkpoint is
important becz by using this checkpoint we can insert page
checkpoint for web based application, image checkpoint for
web based application, text checkpoint for window based
application, table checkpoint etc...
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / veerendra potla
Each checkpt is impin its own respect.According to me ,
databaase checkpts are more imp than the other.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / deepti palagiri
we make use of check points very rarely. but all r imp,
depends according to the functionality of application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it a smart choice to use QTP for backend testing?
tell me the script for envirnment value parameeter with an example. which situation envirnment valu parameter is used
hi, In A Table there are some columns and dynamic rows and in each row in first column there is a link with name. upon clicking on that link it will show some details. write the vbscript to check that link without descriptive programming?
How do u retrieve data from a text file into different variables. i.e. in a text file named "source" , the data is like : india,1000,japan,200,china,50,singapore,45050 this is given in the first line of the text file. in the second line of the text file the dta is: sun,moon,planet,river,earth,water if u use "readline" method by using FSO concept u can retrieve the entire line in to a variable. but i want to import each field (ex: "india" in one variable, "1000" in another variable etc..). Apprecitae proper replies.
what is the diffrence bw qtp architectute and qtp framework?
why the smart identification is not there in WinRunner
Explain the concept of object repository?
Write a script to delete a specific row in a webtable.
We developed 100 descriptive programms and put in running, in the midle if any descriptive program is stucked with some error? what will happend weather it will execute the remaining prg's or it will terriminate ?
write a test script in QTP to test the text that written in an image(i.e jpg)of a web page???
Any one knows about descriptive programming to identify objects in a page? Kindly drop me mail prasanna.sabat@gmail.com
can any one tell me what is syntax error in line msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist 'code ************** Call login("lal="," " ) wait(5) Call errormsg("Invalid email address. [?]" ) Function errormsg(msg) msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist if msgexist then Reporter.ReportEvent micPass,"enter valid username or pwd ",msg else Reporter.ReportEvent micFail, "entered valid uname and pwd",msg end if End Function