What is mean by Data Driven framework in QTP? Can any one
answer me in details on this regard.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is typedef?

1 Answers  


how to construct a simulator keeping the logical boolean gates in c

0 Answers  


What is memory leak in c?

0 Answers  


how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

0 Answers  


What does sizeof return c?

0 Answers  






what is the size of an integer variable?

4 Answers  


struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));

2 Answers  


What is the relation between # and include<stdio.h>

5 Answers   HCL,


Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?

4 Answers  


what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }

14 Answers  


write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..

1 Answers  


What is the right type to use for boolean values in c?

0 Answers  


Categories