suppose i can done the project , that project have 4 modules
in that one module they have many links(web pages).in that
time i can say i can work on some links? or total module?
Answers were Sorted based on User's Feedback
Answer / praveen
Hi,
Basically a project will be divided into diff modules based
on the convenience.When comes to automation or even in
manual the phases of tesing ie., estimation,preparation &
execution depends upon the modules.Then we should consider
all the probabilities for testing different objects in that
specific module depending upon requirements.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ujjwala
sorry to say, first put some efforts to Improve your english
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ravi
I read your question thrice, but could not understand what
you are asking. Please rephrase the sentence.
| Is This Answer Correct ? | 0 Yes | 0 No |
What VBScript operators, functions, and statements do you use in QuickTest Professional?
how do you invoke the application through QTP?
Hi to All, My name is Aditya, i have 4 year exp in software testing (Manual Testing), but i try to shift my career now in automation testing. right now i have no exp or u can say i am not hand exp in live application. So please guide me, what i do ???? Can i join again automation course only practical which is live application. if u know any person who's expert in qtp and he/she ready to take my class i have our own and company laptop. If required i will pay amount please don't mind. Please help me, and i am also planing to join core java from coming 1st Aust (in seed) for only purpose the understanding script of Automation (QTP)... Please help me... I am waitting u r replay... Thank you Thanks again
How to open a new test using quicktest professional?
How iteration is related to Test Results in QTP?
how to retreive the xml file data through qtp.can anybody send script for this..
why should we give deliver good quality software?
What is difference between shared and local object repository?
Hi, My problem is as follows. I recorded a script that created Object repository of each action i recorded. But later I added one more step (which was to enter data in a textfield) into the script through expert view. But as no repository for this newly added step exists in the test, my script fails. So please help me to sort this problem that how can I create object repository of a new step in an existing test. Thanks everyone
Can we select add ins in UFT during run time
What are the 3 main stages involved in testing with qtp?
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.